COLOR #127229

HEX: #127229 RGB: (18,114,41)

Color info

#127229 contains mainly green color. Web safe color of #127229 is #006633 (or #063).

RGB color model

#127229 color RGB value is (18,114,41).

RGB: (18,114,41) (7%, 45%, 16%)

RGB channels and saturation

R 18 of 255 = 7%
G 114 of 255 = 45%
B 41 of 255 = 16%

18
114
41

R + G + B ~ 23%. #127229 is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 114 + 41 = 173 (100%)
R 18 of 173 ~ 10.4%
G 114 of 173 ~ 65.9%
B 41 of 173 ~ 23.7'%

%65.9
%23.7

CMYK color model

#127229 color CMYK value is (84,0,64,55).

  • cyan value is 84.21%
  • magenta value is 0.00%
  • yellow value is 64.04%
  • key color value is 55.29%

CMYK: (84,0,64,55)
C84M0Y64K55 (84%, 0%, 64%, 55%)
(0.84 / 0.00 / 0.64 / 0.55)

CMYK percentages

%84.21
%0
%64.04
%55.29

Codes

Color #127229 in popluar color models

12 72 29
RGB 18 114 41
HSL 134° 72.73% 25.88%
HSB/HSV 134° 84.21% 44.71%
CMYK 84.21% 0.00% 64.04%
55.29%

Color #127229 in popluar number systems.

HEX 12 72 29
Decimal 18 114 41
Binary 10010 1110010 101001
Octal 22 162 51

Shades and tints

Shades of #127229

#127229
(18,114,41)
#116826
(17,104,38)
#105E23
(16,94,35)
#0F5420
(15,84,32)
#0E4A1D
(14,74,29)
#0D401A
(13,64,26)
#0C3617
(12,54,23)
#0B2C14
(11,44,20)
#0A2211
(10,34,17)
#09180E
(9,24,14)
#080E0B
(8,14,11)
#000000
(0,0,0)

Tints of #127229

#127229
(18,114,41)
#277E3C
(39,126,60)
#3C8A4F
(60,138,79)
#519662
(81,150,98)
#66A275
(102,162,117)
#7BAE88
(123,174,136)
#90BA9B
(144,186,155)
#A5C6AE
(165,198,174)
#BAD2C1
(186,210,193)
#CFDED4
(207,222,212)
#E4EAE7
(228,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #127229 color. Also use rgb(18,114,41) instead hex code.

Text Font Color

.myTextColor { color: #127229; }

<p style="color:#127229">This sample text font color is #127229.</p>

This text font color is #127229.

Background Color

.myBgColor { background-color: #127229; }

<div style="background-color:#127229">Inner text</div>

This div background color is #127229.

Border color

.myBorderColor { border: 1px solid #127229; }

<div style="border:3px solid #127229">Div</div>

This div border color is #127229.

Opacity

.myOpacity80 { color: #127229; opacity: 0.8; }

<p style="color:#127229;opacity:0.8;">80%</p>

Text with #127229 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #127229;}

<p style="text-shadow: 3px 3px 1px #127229">Text here.</p>

This text has shadow with #127229 color.


.textShadow {text-shadow: 3px 3px 1px #127229', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #127229, 5px 5px 20px red">Text here.</p>

This text has shadow with #127229 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#127229, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#127229, Direction=45, Strength=4)">Text</p>

This text has shadow with #127229 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #127229;
-webkit-box-shadow: 1px 1px 3px 2px #127229;
box-shadow: 1px 1px 3px 2px #127229;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #127229; -webkit-box-shadow: 1px 1px 3px 2px #127229; box-shadow:1px 1px 3px 2px #127229;">
Div content here
</div>

This div box has shadow with color #127229.

Preview

Color preview on black background

This text has color #127229 on black background.


Color preview on white background

This text has color #127229 on white background.


Black color preview on #127229 background

This text has black color on #127229 background.


White color preview on #127229 background

This text has white color on #127229 background.


Related colors

Complementary color

Complementary color for #hex is #ED8DD6.


I love getcolorcode.com

Triadic colors

1 #291272 and #722912 with #127229 are triadic colors.

2 #297212 and #721229 with #127229 are triadic colors.