Shades of Forest Green #1CA92D
Tints of Forest Green #1CA92D
RGB
CMYK
RGB Variations
Color information
#1CA92D (or 0x1CA92D) is known color: Forest Green. HEX triplet: 1C, A9 and 2D. RGB value is (28,169,45). Sum of RGB (Red+Green+Blue) = 28+169+45=242 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.57% from 242); Green value is 169 (66.41% from 255 or 69.83% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 169 - color contains mainly: green. Hex color #1CA92D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CA92D is #E356D2. Grayscale: #717171. Windows color (decimal): -14898899 or 2992412. OLE color: 2992412.
HSL color Cylindrical-coordinate representation of color #1CA92D: hue angle of 127.23º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA92D is Cyan = 0.83, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 28 | 169 | 45 | - |
| CMYK | 0.83 | 0 | 0.73 | 0.34 |
| HSL | 127.23º | 0.72% | 0.39% | - |
| HSV(B) | 127.23º | 0.83% | 0.66% | - |
| XYZ | 15.14 | 28.81 | 7.25 | - |
| YUV | 112.71 | 89.79 | 67.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 169 | 45 | 0.83 | 0 | 0.73 | 0.34 | 127.23 | 0.72 | 0.39 |
| Hex | 1C | A9 | 2D | 53 | 0 | 49 | 22 | 7F | 48 | 27 |
| Octal | 34 | 251 | 55 | 123 | 0 | 111 | 42 | 177 | 110 | 47 |
| Binary | 11100 | 10101001 | 101101 | 1010011 | 0 | 1001001 | 100010 | 1111111 | 1001000 | 100111 |
Color Harmonies of #1CA92D
Complementary color
Monochromatic Colors of #1CA92D
Black with #1CA92D
Text Example
Text Example
White with #1CA92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA92D; }
p { color: rgb(28,169,45); }
H1.HeaderClassName
{
color: #1CA92D;
}
.AnyTagClassName
{
color: #1CA92D;
}
</style>
background-color css
<style>
a { background-color: #1CA92D; }
a { background-color: rgb(28,169,45); }
div.DivClassName
{
background-color: #1CA92D;
}
.BgClassName
{
background-color: #1CA92D;
}
</style>
border-color css
<style>
span { border-color: #1CA92D; }
span { border-color: rgb(28,169,45); }
td.TdClassName
{
border-color: #1CA92D;
}
.TagClassName
{
border-color: #1CA92D;
}
</style>