Shades of Forest Green #238405
Tints of Forest Green #238405
RGB
CMYK
RGB Variations
Color information
#238405 (or 0x238405) is known color: Forest Green. HEX triplet: 23, 84 and 05. RGB value is (35,132,5). Sum of RGB (Red+Green+Blue) = 35+132+5=172 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.35% from 172); Green value is 132 (51.95% from 255 or 76.74% from 172); Blue value is 5 (2.34% from 255 or 2.91% from 172); Max value from RGB is 132 - color contains mainly: green. Hex color #238405 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #238405 is #DC7BFA. Grayscale: #585858. Windows color (decimal): -14449659 or 361507. OLE color: 361507.
HSL color Cylindrical-coordinate representation of color #238405: hue angle of 105.83º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #238405 is Cyan = 0.73, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 35 | 132 | 5 | - |
| CMYK | 0.73 | 0 | 0.96 | 0.48 |
| HSL | 105.83º | 0.93% | 0.27% | - |
| HSV(B) | 105.83º | 0.96% | 0.52% | - |
| XYZ | 8.97 | 16.87 | 2.93 | - |
| YUV | 88.52 | 80.86 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 132 | 5 | 0.73 | 0 | 0.96 | 0.48 | 105.83 | 0.93 | 0.27 |
| Hex | 23 | 84 | 5 | 49 | 0 | 60 | 30 | 6A | 5D | 1B |
| Octal | 43 | 204 | 5 | 111 | 0 | 140 | 60 | 152 | 135 | 33 |
| Binary | 100011 | 10000100 | 101 | 1001001 | 0 | 1100000 | 110000 | 1101010 | 1011101 | 11011 |
Color Harmonies of #238405
Complementary color
Monochromatic Colors of #238405
Black with #238405
Text Example
Text Example
White with #238405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238405; }
p { color: rgb(35,132,5); }
H1.HeaderClassName
{
color: #238405;
}
.AnyTagClassName
{
color: #238405;
}
</style>
background-color css
<style>
a { background-color: #238405; }
a { background-color: rgb(35,132,5); }
div.DivClassName
{
background-color: #238405;
}
.BgClassName
{
background-color: #238405;
}
</style>
border-color css
<style>
span { border-color: #238405; }
span { border-color: rgb(35,132,5); }
td.TdClassName
{
border-color: #238405;
}
.TagClassName
{
border-color: #238405;
}
</style>