Shades of Pigment Green #1CA441
Tints of Pigment Green #1CA441
RGB
CMYK
RGB Variations
Color information
#1CA441 (or 0x1CA441) is known color: Pigment Green. HEX triplet: 1C, A4 and 41. RGB value is (28,164,65). Sum of RGB (Red+Green+Blue) = 28+164+65=257 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.89% from 257); Green value is 164 (64.45% from 255 or 63.81% from 257); Blue value is 65 (25.78% from 255 or 25.29% from 257); Max value from RGB is 164 - color contains mainly: green. Hex color #1CA441 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CA441 is #E35BBE. Grayscale: #707070. Windows color (decimal): -14900159 or 4301852. OLE color: 4301852.
HSL color Cylindrical-coordinate representation of color #1CA441: hue angle of 136.32º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA441 is Cyan = 0.83, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 28 | 164 | 65 | - |
| CMYK | 0.83 | 0 | 0.60 | 0.36 |
| HSL | 136.32º | 0.71% | 0.38% | - |
| HSV(B) | 136.32º | 0.83% | 0.64% | - |
| XYZ | 14.71 | 27.18 | 9.47 | - |
| YUV | 112.05 | 101.44 | 68.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 164 | 65 | 0.83 | 0 | 0.60 | 0.36 | 136.32 | 0.71 | 0.38 |
| Hex | 1C | A4 | 41 | 53 | 0 | 3C | 24 | 88 | 47 | 26 |
| Octal | 34 | 244 | 101 | 123 | 0 | 74 | 44 | 210 | 107 | 46 |
| Binary | 11100 | 10100100 | 1000001 | 1010011 | 0 | 111100 | 100100 | 10001000 | 1000111 | 100110 |
Color Harmonies of #1CA441
Complementary color
Monochromatic Colors of #1CA441
Black with #1CA441
Text Example
Text Example
White with #1CA441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA441; }
p { color: rgb(28,164,65); }
H1.HeaderClassName
{
color: #1CA441;
}
.AnyTagClassName
{
color: #1CA441;
}
</style>
background-color css
<style>
a { background-color: #1CA441; }
a { background-color: rgb(28,164,65); }
div.DivClassName
{
background-color: #1CA441;
}
.BgClassName
{
background-color: #1CA441;
}
</style>
border-color css
<style>
span { border-color: #1CA441; }
span { border-color: rgb(28,164,65); }
td.TdClassName
{
border-color: #1CA441;
}
.TagClassName
{
border-color: #1CA441;
}
</style>