Shades of Pigment Green #1CA045
Tints of Pigment Green #1CA045
RGB
CMYK
RGB Variations
Color information
#1CA045 (or 0x1CA045) is known color: Pigment Green. HEX triplet: 1C, A0 and 45. RGB value is (28,160,69). Sum of RGB (Red+Green+Blue) = 28+160+69=257 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.89% from 257); Green value is 160 (62.89% from 255 or 62.26% from 257); Blue value is 69 (27.34% from 255 or 26.85% from 257); Max value from RGB is 160 - color contains mainly: green. Hex color #1CA045 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CA045 is #E35FBA. Grayscale: #6E6E6E. Windows color (decimal): -14901179 or 4562972. OLE color: 4562972.
HSL color Cylindrical-coordinate representation of color #1CA045: hue angle of 138.64º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1CA045 is Cyan = 0.82, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 28 | 160 | 69 | - |
| CMYK | 0.82 | 0 | 0.57 | 0.37 |
| HSL | 138.64º | 0.7% | 0.37% | - |
| HSV(B) | 138.64º | 0.83% | 0.63% | - |
| XYZ | 14.12 | 25.82 | 9.87 | - |
| YUV | 110.16 | 104.77 | 69.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 160 | 69 | 0.82 | 0 | 0.57 | 0.37 | 138.64 | 0.7 | 0.37 |
| Hex | 1C | A0 | 45 | 52 | 0 | 39 | 25 | 8B | 46 | 25 |
| Octal | 34 | 240 | 105 | 122 | 0 | 71 | 45 | 213 | 106 | 45 |
| Binary | 11100 | 10100000 | 1000101 | 1010010 | 0 | 111001 | 100101 | 10001011 | 1000110 | 100101 |
Color Harmonies of #1CA045
Complementary color
Monochromatic Colors of #1CA045
Black with #1CA045
Text Example
Text Example
White with #1CA045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA045; }
p { color: rgb(28,160,69); }
H1.HeaderClassName
{
color: #1CA045;
}
.AnyTagClassName
{
color: #1CA045;
}
</style>
background-color css
<style>
a { background-color: #1CA045; }
a { background-color: rgb(28,160,69); }
div.DivClassName
{
background-color: #1CA045;
}
.BgClassName
{
background-color: #1CA045;
}
</style>
border-color css
<style>
span { border-color: #1CA045; }
span { border-color: rgb(28,160,69); }
td.TdClassName
{
border-color: #1CA045;
}
.TagClassName
{
border-color: #1CA045;
}
</style>