Shades of Forest Green #23741C
Tints of Forest Green #23741C
RGB
CMYK
RGB Variations
Color information
#23741C (or 0x23741C) is known color: Forest Green. HEX triplet: 23, 74 and 1C. RGB value is (35,116,28). Sum of RGB (Red+Green+Blue) = 35+116+28=179 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.55% from 179); Green value is 116 (45.70% from 255 or 64.80% from 179); Blue value is 28 (11.33% from 255 or 15.64% from 179); Max value from RGB is 116 - color contains mainly: green. Hex color #23741C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23741C is #DC8BE3. Grayscale: #525252. Windows color (decimal): -14453732 or 1864739. OLE color: 1864739.
HSL color Cylindrical-coordinate representation of color #23741C: hue angle of 115.23º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #23741C is Cyan = 0.70, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 35 | 116 | 28 | - |
| CMYK | 0.70 | 0 | 0.76 | 0.55 |
| HSL | 115.23º | 0.61% | 0.28% | - |
| HSV(B) | 115.23º | 0.76% | 0.45% | - |
| XYZ | 7.15 | 12.93 | 3.22 | - |
| YUV | 81.75 | 97.66 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 116 | 28 | 0.70 | 0 | 0.76 | 0.55 | 115.23 | 0.61 | 0.28 |
| Hex | 23 | 74 | 1C | 46 | 0 | 4C | 37 | 73 | 3D | 1C |
| Octal | 43 | 164 | 34 | 106 | 0 | 114 | 67 | 163 | 75 | 34 |
| Binary | 100011 | 1110100 | 11100 | 1000110 | 0 | 1001100 | 110111 | 1110011 | 111101 | 11100 |
Color Harmonies of #23741C
Complementary color
Monochromatic Colors of #23741C
Black with #23741C
Text Example
Text Example
White with #23741C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23741C; }
p { color: rgb(35,116,28); }
H1.HeaderClassName
{
color: #23741C;
}
.AnyTagClassName
{
color: #23741C;
}
</style>
background-color css
<style>
a { background-color: #23741C; }
a { background-color: rgb(35,116,28); }
div.DivClassName
{
background-color: #23741C;
}
.BgClassName
{
background-color: #23741C;
}
</style>
border-color css
<style>
span { border-color: #23741C; }
span { border-color: rgb(35,116,28); }
td.TdClassName
{
border-color: #23741C;
}
.TagClassName
{
border-color: #23741C;
}
</style>