Shades of Forest Green #238C05
Tints of Forest Green #238C05
RGB
CMYK
RGB Variations
Color information
#238C05 (or 0x238C05) is known color: Forest Green. HEX triplet: 23, 8C and 05. RGB value is (35,140,5). Sum of RGB (Red+Green+Blue) = 35+140+5=180 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.44% from 180); Green value is 140 (55.08% from 255 or 77.78% from 180); Blue value is 5 (2.34% from 255 or 2.78% from 180); Max value from RGB is 140 - color contains mainly: green. Hex color #238C05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #238C05 is #DC73FA. Grayscale: #5D5D5D. Windows color (decimal): -14447611 or 363555. OLE color: 363555.
HSL color Cylindrical-coordinate representation of color #238C05: hue angle of 106.67º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #238C05 is Cyan = 0.75, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 140 | 5 | - |
| CMYK | 0.75 | 0 | 0.96 | 0.45 |
| HSL | 106.67º | 0.93% | 0.28% | - |
| HSV(B) | 106.67º | 0.96% | 0.55% | - |
| XYZ | 10.1 | 19.12 | 3.3 | - |
| YUV | 93.22 | 78.21 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 140 | 5 | 0.75 | 0 | 0.96 | 0.45 | 106.67 | 0.93 | 0.28 |
| Hex | 23 | 8C | 5 | 4B | 0 | 60 | 2D | 6B | 5D | 1C |
| Octal | 43 | 214 | 5 | 113 | 0 | 140 | 55 | 153 | 135 | 34 |
| Binary | 100011 | 10001100 | 101 | 1001011 | 0 | 1100000 | 101101 | 1101011 | 1011101 | 11100 |
Color Harmonies of #238C05
Complementary color
Monochromatic Colors of #238C05
Black with #238C05
Text Example
Text Example
White with #238C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238C05; }
p { color: rgb(35,140,5); }
H1.HeaderClassName
{
color: #238C05;
}
.AnyTagClassName
{
color: #238C05;
}
</style>
background-color css
<style>
a { background-color: #238C05; }
a { background-color: rgb(35,140,5); }
div.DivClassName
{
background-color: #238C05;
}
.BgClassName
{
background-color: #238C05;
}
</style>
border-color css
<style>
span { border-color: #238C05; }
span { border-color: rgb(35,140,5); }
td.TdClassName
{
border-color: #238C05;
}
.TagClassName
{
border-color: #238C05;
}
</style>