Shades of Pigment Green #1CAB4B
Tints of Pigment Green #1CAB4B
RGB
CMYK
RGB Variations
Color information
#1CAB4B (or 0x1CAB4B) is known color: Pigment Green. HEX triplet: 1C, AB and 4B. RGB value is (28,171,75). Sum of RGB (Red+Green+Blue) = 28+171+75=274 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.22% from 274); Green value is 171 (67.19% from 255 or 62.41% from 274); Blue value is 75 (29.69% from 255 or 27.37% from 274); Max value from RGB is 171 - color contains mainly: green. Hex color #1CAB4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAB4B is #E354B4. Grayscale: #757575. Windows color (decimal): -14898357 or 4959004. OLE color: 4959004.
HSL color Cylindrical-coordinate representation of color #1CAB4B: hue angle of 139.72º 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 #1CAB4B is Cyan = 0.84, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 171 | 75 | - |
| CMYK | 0.84 | 0 | 0.56 | 0.33 |
| HSL | 139.72º | 0.72% | 0.39% | - |
| HSV(B) | 139.72º | 0.84% | 0.67% | - |
| XYZ | 16.31 | 29.88 | 11.56 | - |
| YUV | 117.3 | 104.12 | 64.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 171 | 75 | 0.84 | 0 | 0.56 | 0.33 | 139.72 | 0.72 | 0.39 |
| Hex | 1C | AB | 4B | 54 | 0 | 38 | 21 | 8C | 48 | 27 |
| Octal | 34 | 253 | 113 | 124 | 0 | 70 | 41 | 214 | 110 | 47 |
| Binary | 11100 | 10101011 | 1001011 | 1010100 | 0 | 111000 | 100001 | 10001100 | 1001000 | 100111 |
Color Harmonies of #1CAB4B
Complementary color
Monochromatic Colors of #1CAB4B
Black with #1CAB4B
Text Example
Text Example
White with #1CAB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAB4B; }
p { color: rgb(28,171,75); }
H1.HeaderClassName
{
color: #1CAB4B;
}
.AnyTagClassName
{
color: #1CAB4B;
}
</style>
background-color css
<style>
a { background-color: #1CAB4B; }
a { background-color: rgb(28,171,75); }
div.DivClassName
{
background-color: #1CAB4B;
}
.BgClassName
{
background-color: #1CAB4B;
}
</style>
border-color css
<style>
span { border-color: #1CAB4B; }
span { border-color: rgb(28,171,75); }
td.TdClassName
{
border-color: #1CAB4B;
}
.TagClassName
{
border-color: #1CAB4B;
}
</style>