Shades of Forest Green #237C0C
Tints of Forest Green #237C0C
RGB
CMYK
RGB Variations
Color information
#237C0C (or 0x237C0C) is known color: Forest Green. HEX triplet: 23, 7C and 0C. RGB value is (35,124,12). Sum of RGB (Red+Green+Blue) = 35+124+12=171 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.47% from 171); Green value is 124 (48.83% from 255 or 72.51% from 171); Blue value is 12 (5.08% from 255 or 7.02% from 171); Max value from RGB is 124 - color contains mainly: green. Hex color #237C0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #237C0C is #DC83F3. Grayscale: #545454. Windows color (decimal): -14451700 or 818211. OLE color: 818211.
HSL color Cylindrical-coordinate representation of color #237C0C: hue angle of 107.68º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #237C0C is Cyan = 0.72, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 124 | 12 | - |
| CMYK | 0.72 | 0 | 0.90 | 0.51 |
| HSL | 107.68º | 0.82% | 0.27% | - |
| HSV(B) | 107.68º | 0.9% | 0.49% | - |
| XYZ | 7.97 | 14.8 | 2.78 | - |
| YUV | 84.62 | 87.01 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 124 | 12 | 0.72 | 0 | 0.90 | 0.51 | 107.68 | 0.82 | 0.27 |
| Hex | 23 | 7C | C | 48 | 0 | 5A | 33 | 6C | 52 | 1B |
| Octal | 43 | 174 | 14 | 110 | 0 | 132 | 63 | 154 | 122 | 33 |
| Binary | 100011 | 1111100 | 1100 | 1001000 | 0 | 1011010 | 110011 | 1101100 | 1010010 | 11011 |
Color Harmonies of #237C0C
Complementary color
Monochromatic Colors of #237C0C
Black with #237C0C
Text Example
Text Example
White with #237C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237C0C; }
p { color: rgb(35,124,12); }
H1.HeaderClassName
{
color: #237C0C;
}
.AnyTagClassName
{
color: #237C0C;
}
</style>
background-color css
<style>
a { background-color: #237C0C; }
a { background-color: rgb(35,124,12); }
div.DivClassName
{
background-color: #237C0C;
}
.BgClassName
{
background-color: #237C0C;
}
</style>
border-color css
<style>
span { border-color: #237C0C; }
span { border-color: rgb(35,124,12); }
td.TdClassName
{
border-color: #237C0C;
}
.TagClassName
{
border-color: #237C0C;
}
</style>