Shades of Forest Green #1CA91B
Tints of Forest Green #1CA91B
RGB
CMYK
RGB Variations
Color information
#1CA91B (or 0x1CA91B) is known color: Forest Green. HEX triplet: 1C, A9 and 1B. RGB value is (28,169,27). Sum of RGB (Red+Green+Blue) = 28+169+27=224 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.5% from 224); Green value is 169 (66.41% from 255 or 75.45% from 224); Blue value is 27 (10.94% from 255 or 12.05% from 224); Max value from RGB is 169 - color contains mainly: green. Hex color #1CA91B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CA91B is #E356E4. Grayscale: #6F6F6F. Windows color (decimal): -14898917 or 1812764. OLE color: 1812764.
HSL color Cylindrical-coordinate representation of color #1CA91B: hue angle of 119.58º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CA91B is Cyan = 0.83, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 28 | 169 | 27 | - |
| CMYK | 0.83 | 0 | 0.84 | 0.34 |
| HSL | 119.58º | 0.72% | 0.38% | - |
| HSV(B) | 119.58º | 0.84% | 0.66% | - |
| XYZ | 14.86 | 28.7 | 5.79 | - |
| YUV | 110.65 | 80.79 | 69.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 169 | 27 | 0.83 | 0 | 0.84 | 0.34 | 119.58 | 0.72 | 0.38 |
| Hex | 1C | A9 | 1B | 53 | 0 | 54 | 22 | 78 | 48 | 26 |
| Octal | 34 | 251 | 33 | 123 | 0 | 124 | 42 | 170 | 110 | 46 |
| Binary | 11100 | 10101001 | 11011 | 1010011 | 0 | 1010100 | 100010 | 1111000 | 1001000 | 100110 |
Color Harmonies of #1CA91B
Complementary color
Monochromatic Colors of #1CA91B
Black with #1CA91B
Text Example
Text Example
White with #1CA91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA91B; }
p { color: rgb(28,169,27); }
H1.HeaderClassName
{
color: #1CA91B;
}
.AnyTagClassName
{
color: #1CA91B;
}
</style>
background-color css
<style>
a { background-color: #1CA91B; }
a { background-color: rgb(28,169,27); }
div.DivClassName
{
background-color: #1CA91B;
}
.BgClassName
{
background-color: #1CA91B;
}
</style>
border-color css
<style>
span { border-color: #1CA91B; }
span { border-color: rgb(28,169,27); }
td.TdClassName
{
border-color: #1CA91B;
}
.TagClassName
{
border-color: #1CA91B;
}
</style>