Shades of Pigment Green #1CAA47
Tints of Pigment Green #1CAA47
RGB
CMYK
RGB Variations
Color information
#1CAA47 (or 0x1CAA47) is known color: Pigment Green. HEX triplet: 1C, AA and 47. RGB value is (28,170,71). Sum of RGB (Red+Green+Blue) = 28+170+71=269 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.41% from 269); Green value is 170 (66.80% from 255 or 63.20% from 269); Blue value is 71 (28.12% from 255 or 26.39% from 269); Max value from RGB is 170 - color contains mainly: green. Hex color #1CAA47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAA47 is #E355B8. Grayscale: #747474. Windows color (decimal): -14898617 or 4696604. OLE color: 4696604.
HSL color Cylindrical-coordinate representation of color #1CAA47: hue angle of 138.17º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAA47 is Cyan = 0.84, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 170 | 71 | - |
| CMYK | 0.84 | 0 | 0.58 | 0.33 |
| HSL | 138.17º | 0.72% | 0.39% | - |
| HSV(B) | 138.17º | 0.84% | 0.67% | - |
| XYZ | 15.99 | 29.45 | 10.8 | - |
| YUV | 116.26 | 102.46 | 65.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 170 | 71 | 0.84 | 0 | 0.58 | 0.33 | 138.17 | 0.72 | 0.39 |
| Hex | 1C | AA | 47 | 54 | 0 | 3A | 21 | 8A | 48 | 27 |
| Octal | 34 | 252 | 107 | 124 | 0 | 72 | 41 | 212 | 110 | 47 |
| Binary | 11100 | 10101010 | 1000111 | 1010100 | 0 | 111010 | 100001 | 10001010 | 1001000 | 100111 |
Color Harmonies of #1CAA47
Complementary color
Monochromatic Colors of #1CAA47
Black with #1CAA47
Text Example
Text Example
White with #1CAA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAA47; }
p { color: rgb(28,170,71); }
H1.HeaderClassName
{
color: #1CAA47;
}
.AnyTagClassName
{
color: #1CAA47;
}
</style>
background-color css
<style>
a { background-color: #1CAA47; }
a { background-color: rgb(28,170,71); }
div.DivClassName
{
background-color: #1CAA47;
}
.BgClassName
{
background-color: #1CAA47;
}
</style>
border-color css
<style>
span { border-color: #1CAA47; }
span { border-color: rgb(28,170,71); }
td.TdClassName
{
border-color: #1CAA47;
}
.TagClassName
{
border-color: #1CAA47;
}
</style>