Shades of Forest Green #237A1C
Tints of Forest Green #237A1C
RGB
CMYK
RGB Variations
Color information
#237A1C (or 0x237A1C) is known color: Forest Green. HEX triplet: 23, 7A and 1C. RGB value is (35,122,28). Sum of RGB (Red+Green+Blue) = 35+122+28=185 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.92% from 185); Green value is 122 (48.05% from 255 or 65.95% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 122 - color contains mainly: green. Hex color #237A1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #237A1C is #DC85E3. Grayscale: #555555. Windows color (decimal): -14452196 or 1866275. OLE color: 1866275.
HSL color Cylindrical-coordinate representation of color #237A1C: hue angle of 115.53º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #237A1C is Cyan = 0.71, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 35 | 122 | 28 | - |
| CMYK | 0.71 | 0 | 0.77 | 0.52 |
| HSL | 115.53º | 0.63% | 0.29% | - |
| HSV(B) | 115.53º | 0.77% | 0.48% | - |
| XYZ | 7.86 | 14.36 | 3.46 | - |
| YUV | 85.27 | 95.68 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 122 | 28 | 0.71 | 0 | 0.77 | 0.52 | 115.53 | 0.63 | 0.29 |
| Hex | 23 | 7A | 1C | 47 | 0 | 4D | 34 | 74 | 3F | 1D |
| Octal | 43 | 172 | 34 | 107 | 0 | 115 | 64 | 164 | 77 | 35 |
| Binary | 100011 | 1111010 | 11100 | 1000111 | 0 | 1001101 | 110100 | 1110100 | 111111 | 11101 |
Color Harmonies of #237A1C
Complementary color
Monochromatic Colors of #237A1C
Black with #237A1C
Text Example
Text Example
White with #237A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237A1C; }
p { color: rgb(35,122,28); }
H1.HeaderClassName
{
color: #237A1C;
}
.AnyTagClassName
{
color: #237A1C;
}
</style>
background-color css
<style>
a { background-color: #237A1C; }
a { background-color: rgb(35,122,28); }
div.DivClassName
{
background-color: #237A1C;
}
.BgClassName
{
background-color: #237A1C;
}
</style>
border-color css
<style>
span { border-color: #237A1C; }
span { border-color: rgb(35,122,28); }
td.TdClassName
{
border-color: #237A1C;
}
.TagClassName
{
border-color: #237A1C;
}
</style>