Shades of Forest Green #238C00
Tints of Forest Green #238C00
RGB
CMYK
RGB Variations
Color information
#238C00 (or 0x238C00) is known color: Forest Green. HEX triplet: 23, 8C and 00. RGB value is (35,140,0). Sum of RGB (Red+Green+Blue) = 35+140+0=175 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20% from 175); Green value is 140 (55.08% from 255 or 80% from 175); Blue value is 0 (0.39% from 255 or 0% from 175); Max value from RGB is 140 - color contains mainly: green. Hex color #238C00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #238C00 is #DC73FF. Grayscale: #5D5D5D. Windows color (decimal): -14447616 or 35875. OLE color: 35875.
HSL color Cylindrical-coordinate representation of color #238C00: hue angle of 105º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #238C00 is Cyan = 0.75, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 140 | 0 | - |
| CMYK | 0.75 | 0 | 1 | 0.45 |
| HSL | 105º | 1% | 0.27% | - |
| HSV(B) | 105º | 1% | 0.55% | - |
| XYZ | 10.07 | 19.11 | 3.16 | - |
| YUV | 92.65 | 75.71 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 140 | 0 | 0.75 | 0 | 1 | 0.45 | 105 | 1 | 0.27 |
| Hex | 23 | 8C | 0 | 4B | 0 | 64 | 2D | 69 | 64 | 1B |
| Octal | 43 | 214 | 0 | 113 | 0 | 144 | 55 | 151 | 144 | 33 |
| Binary | 100011 | 10001100 | 0 | 1001011 | 0 | 1100100 | 101101 | 1101001 | 1100100 | 11011 |
Color Harmonies of #238C00
Complementary color
Monochromatic Colors of #238C00
Black with #238C00
Text Example
Text Example
White with #238C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238C00; }
p { color: rgb(35,140,0); }
H1.HeaderClassName
{
color: #238C00;
}
.AnyTagClassName
{
color: #238C00;
}
</style>
background-color css
<style>
a { background-color: #238C00; }
a { background-color: rgb(35,140,0); }
div.DivClassName
{
background-color: #238C00;
}
.BgClassName
{
background-color: #238C00;
}
</style>
border-color css
<style>
span { border-color: #238C00; }
span { border-color: rgb(35,140,0); }
td.TdClassName
{
border-color: #238C00;
}
.TagClassName
{
border-color: #238C00;
}
</style>