Shades of Forest Green #23951C
Tints of Forest Green #23951C
RGB
CMYK
RGB Variations
Color information
#23951C (or 0x23951C) is known color: Forest Green. HEX triplet: 23, 95 and 1C. RGB value is (35,149,28). Sum of RGB (Red+Green+Blue) = 35+149+28=212 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.51% from 212); Green value is 149 (58.59% from 255 or 70.28% from 212); Blue value is 28 (11.33% from 255 or 13.21% from 212); Max value from RGB is 149 - color contains mainly: green. Hex color #23951C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23951C is #DC6AE3. Grayscale: #656565. Windows color (decimal): -14445284 or 1873187. OLE color: 1873187.
HSL color Cylindrical-coordinate representation of color #23951C: hue angle of 116.53º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #23951C is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 149 | 28 | - |
| CMYK | 0.77 | 0 | 0.81 | 0.42 |
| HSL | 116.53º | 0.68% | 0.35% | - |
| HSV(B) | 116.53º | 0.81% | 0.58% | - |
| XYZ | 11.65 | 21.94 | 4.72 | - |
| YUV | 101.12 | 86.73 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 149 | 28 | 0.77 | 0 | 0.81 | 0.42 | 116.53 | 0.68 | 0.35 |
| Hex | 23 | 95 | 1C | 4D | 0 | 51 | 2A | 75 | 44 | 23 |
| Octal | 43 | 225 | 34 | 115 | 0 | 121 | 52 | 165 | 104 | 43 |
| Binary | 100011 | 10010101 | 11100 | 1001101 | 0 | 1010001 | 101010 | 1110101 | 1000100 | 100011 |
Color Harmonies of #23951C
Complementary color
Monochromatic Colors of #23951C
Black with #23951C
Text Example
Text Example
White with #23951C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23951C; }
p { color: rgb(35,149,28); }
H1.HeaderClassName
{
color: #23951C;
}
.AnyTagClassName
{
color: #23951C;
}
</style>
background-color css
<style>
a { background-color: #23951C; }
a { background-color: rgb(35,149,28); }
div.DivClassName
{
background-color: #23951C;
}
.BgClassName
{
background-color: #23951C;
}
</style>
border-color css
<style>
span { border-color: #23951C; }
span { border-color: rgb(35,149,28); }
td.TdClassName
{
border-color: #23951C;
}
.TagClassName
{
border-color: #23951C;
}
</style>