Shades of Forest Green #1CAB1B
Tints of Forest Green #1CAB1B
RGB
CMYK
RGB Variations
Color information
#1CAB1B (or 0x1CAB1B) is known color: Forest Green. HEX triplet: 1C, AB and 1B. RGB value is (28,171,27). Sum of RGB (Red+Green+Blue) = 28+171+27=226 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.39% from 226); Green value is 171 (67.19% from 255 or 75.66% from 226); Blue value is 27 (10.94% from 255 or 11.95% from 226); Max value from RGB is 171 - color contains mainly: green. Hex color #1CAB1B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAB1B is #E354E4. Grayscale: #707070. Windows color (decimal): -14898405 or 1813276. OLE color: 1813276.
HSL color Cylindrical-coordinate representation of color #1CAB1B: hue angle of 119.58º degrees, saturation: 0.73, 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 #1CAB1B is Cyan = 0.84, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 171 | 27 | - |
| CMYK | 0.84 | 0 | 0.84 | 0.33 |
| HSL | 119.58º | 0.73% | 0.39% | - |
| HSV(B) | 119.58º | 0.84% | 0.67% | - |
| XYZ | 15.24 | 29.45 | 5.92 | - |
| YUV | 111.83 | 80.12 | 68.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 171 | 27 | 0.84 | 0 | 0.84 | 0.33 | 119.58 | 0.73 | 0.39 |
| Hex | 1C | AB | 1B | 54 | 0 | 54 | 21 | 78 | 49 | 27 |
| Octal | 34 | 253 | 33 | 124 | 0 | 124 | 41 | 170 | 111 | 47 |
| Binary | 11100 | 10101011 | 11011 | 1010100 | 0 | 1010100 | 100001 | 1111000 | 1001001 | 100111 |
Color Harmonies of #1CAB1B
Complementary color
Monochromatic Colors of #1CAB1B
Black with #1CAB1B
Text Example
Text Example
White with #1CAB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAB1B; }
p { color: rgb(28,171,27); }
H1.HeaderClassName
{
color: #1CAB1B;
}
.AnyTagClassName
{
color: #1CAB1B;
}
</style>
background-color css
<style>
a { background-color: #1CAB1B; }
a { background-color: rgb(28,171,27); }
div.DivClassName
{
background-color: #1CAB1B;
}
.BgClassName
{
background-color: #1CAB1B;
}
</style>
border-color css
<style>
span { border-color: #1CAB1B; }
span { border-color: rgb(28,171,27); }
td.TdClassName
{
border-color: #1CAB1B;
}
.TagClassName
{
border-color: #1CAB1B;
}
</style>