Shades of Forest Green #23912A
Tints of Forest Green #23912A
RGB
CMYK
RGB Variations
Color information
#23912A (or 0x23912A) is known color: Forest Green. HEX triplet: 23, 91 and 2A. RGB value is (35,145,42). Sum of RGB (Red+Green+Blue) = 35+145+42=222 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.77% from 222); Green value is 145 (57.03% from 255 or 65.32% from 222); Blue value is 42 (16.80% from 255 or 18.92% from 222); Max value from RGB is 145 - color contains mainly: green. Hex color #23912A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23912A is #DC6ED5. Grayscale: #646464. Windows color (decimal): -14446294 or 2789667. OLE color: 2789667.
HSL color Cylindrical-coordinate representation of color #23912A: hue angle of 123.82º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #23912A is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 145 | 42 | - |
| CMYK | 0.76 | 0 | 0.71 | 0.43 |
| HSL | 123.82º | 0.61% | 0.35% | - |
| HSV(B) | 123.82º | 0.76% | 0.57% | - |
| XYZ | 11.24 | 20.78 | 5.61 | - |
| YUV | 100.37 | 95.06 | 81.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 145 | 42 | 0.76 | 0 | 0.71 | 0.43 | 123.82 | 0.61 | 0.35 |
| Hex | 23 | 91 | 2A | 4C | 0 | 47 | 2B | 7C | 3D | 23 |
| Octal | 43 | 221 | 52 | 114 | 0 | 107 | 53 | 174 | 75 | 43 |
| Binary | 100011 | 10010001 | 101010 | 1001100 | 0 | 1000111 | 101011 | 1111100 | 111101 | 100011 |
Color Harmonies of #23912A
Complementary color
Monochromatic Colors of #23912A
Black with #23912A
Text Example
Text Example
White with #23912A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23912A; }
p { color: rgb(35,145,42); }
H1.HeaderClassName
{
color: #23912A;
}
.AnyTagClassName
{
color: #23912A;
}
</style>
background-color css
<style>
a { background-color: #23912A; }
a { background-color: rgb(35,145,42); }
div.DivClassName
{
background-color: #23912A;
}
.BgClassName
{
background-color: #23912A;
}
</style>
border-color css
<style>
span { border-color: #23912A; }
span { border-color: rgb(35,145,42); }
td.TdClassName
{
border-color: #23912A;
}
.TagClassName
{
border-color: #23912A;
}
</style>