Shades of Forest Green #23912D
Tints of Forest Green #23912D
RGB
CMYK
RGB Variations
Color information
#23912D (or 0x23912D) is known color: Forest Green. HEX triplet: 23, 91 and 2D. RGB value is (35,145,45). Sum of RGB (Red+Green+Blue) = 35+145+45=225 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.56% from 225); Green value is 145 (57.03% from 255 or 64.44% from 225); Blue value is 45 (17.97% from 255 or 20% from 225); Max value from RGB is 145 - color contains mainly: green. Hex color #23912D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23912D is #DC6ED2. Grayscale: #656565. Windows color (decimal): -14446291 or 2986275. OLE color: 2986275.
HSL color Cylindrical-coordinate representation of color #23912D: hue angle of 125.45º 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 #23912D is Cyan = 0.76, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 145 | 45 | - |
| CMYK | 0.76 | 0 | 0.69 | 0.43 |
| HSL | 125.45º | 0.61% | 0.35% | - |
| HSV(B) | 125.45º | 0.76% | 0.57% | - |
| XYZ | 11.29 | 20.8 | 5.9 | - |
| YUV | 100.71 | 96.56 | 81.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 145 | 45 | 0.76 | 0 | 0.69 | 0.43 | 125.45 | 0.61 | 0.35 |
| Hex | 23 | 91 | 2D | 4C | 0 | 45 | 2B | 7D | 3D | 23 |
| Octal | 43 | 221 | 55 | 114 | 0 | 105 | 53 | 175 | 75 | 43 |
| Binary | 100011 | 10010001 | 101101 | 1001100 | 0 | 1000101 | 101011 | 1111101 | 111101 | 100011 |
Color Harmonies of #23912D
Complementary color
Monochromatic Colors of #23912D
Black with #23912D
Text Example
Text Example
White with #23912D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23912D; }
p { color: rgb(35,145,45); }
H1.HeaderClassName
{
color: #23912D;
}
.AnyTagClassName
{
color: #23912D;
}
</style>
background-color css
<style>
a { background-color: #23912D; }
a { background-color: rgb(35,145,45); }
div.DivClassName
{
background-color: #23912D;
}
.BgClassName
{
background-color: #23912D;
}
</style>
border-color css
<style>
span { border-color: #23912D; }
span { border-color: rgb(35,145,45); }
td.TdClassName
{
border-color: #23912D;
}
.TagClassName
{
border-color: #23912D;
}
</style>