Shades of Forest Green #23AB0C
Tints of Forest Green #23AB0C
RGB
CMYK
RGB Variations
Color information
#23AB0C (or 0x23AB0C) is known color: Forest Green. HEX triplet: 23, AB and 0C. RGB value is (35,171,12). Sum of RGB (Red+Green+Blue) = 35+171+12=218 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.06% from 218); Green value is 171 (67.19% from 255 or 78.44% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 171 - color contains mainly: green. Hex color #23AB0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #23AB0C is #DC54F3. Grayscale: #707070. Windows color (decimal): -14439668 or 830243. OLE color: 830243.
HSL color Cylindrical-coordinate representation of color #23AB0C: hue angle of 111.32º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #23AB0C is Cyan = 0.80, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 171 | 12 | - |
| CMYK | 0.80 | 0 | 0.93 | 0.33 |
| HSL | 111.32º | 0.87% | 0.36% | - |
| HSV(B) | 111.32º | 0.93% | 0.67% | - |
| XYZ | 15.32 | 29.51 | 5.24 | - |
| YUV | 112.21 | 71.44 | 72.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 171 | 12 | 0.80 | 0 | 0.93 | 0.33 | 111.32 | 0.87 | 0.36 |
| Hex | 23 | AB | C | 50 | 0 | 5D | 21 | 6F | 57 | 24 |
| Octal | 43 | 253 | 14 | 120 | 0 | 135 | 41 | 157 | 127 | 44 |
| Binary | 100011 | 10101011 | 1100 | 1010000 | 0 | 1011101 | 100001 | 1101111 | 1010111 | 100100 |
Color Harmonies of #23AB0C
Complementary color
Monochromatic Colors of #23AB0C
Black with #23AB0C
Text Example
Text Example
White with #23AB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23AB0C; }
p { color: rgb(35,171,12); }
H1.HeaderClassName
{
color: #23AB0C;
}
.AnyTagClassName
{
color: #23AB0C;
}
</style>
background-color css
<style>
a { background-color: #23AB0C; }
a { background-color: rgb(35,171,12); }
div.DivClassName
{
background-color: #23AB0C;
}
.BgClassName
{
background-color: #23AB0C;
}
</style>
border-color css
<style>
span { border-color: #23AB0C; }
span { border-color: rgb(35,171,12); }
td.TdClassName
{
border-color: #23AB0C;
}
.TagClassName
{
border-color: #23AB0C;
}
</style>