Shades of Forest Green #238302
Tints of Forest Green #238302
RGB
CMYK
RGB Variations
Color information
#238302 (or 0x238302) is known color: Forest Green. HEX triplet: 23, 83 and 02. RGB value is (35,131,2). Sum of RGB (Red+Green+Blue) = 35+131+2=168 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.83% from 168); Green value is 131 (51.56% from 255 or 77.98% from 168); Blue value is 2 (1.17% from 255 or 1.19% from 168); Max value from RGB is 131 - color contains mainly: green. Hex color #238302 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #238302 is #DC7CFD. Grayscale: #585858. Windows color (decimal): -14449918 or 164643. OLE color: 164643.
HSL color Cylindrical-coordinate representation of color #238302: hue angle of 104.65º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #238302 is Cyan = 0.73, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 131 | 2 | - |
| CMYK | 0.73 | 0 | 0.98 | 0.49 |
| HSL | 104.65º | 0.97% | 0.26% | - |
| HSV(B) | 104.65º | 0.98% | 0.51% | - |
| XYZ | 8.82 | 16.59 | 2.8 | - |
| YUV | 87.59 | 79.7 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 131 | 2 | 0.73 | 0 | 0.98 | 0.49 | 104.65 | 0.97 | 0.26 |
| Hex | 23 | 83 | 2 | 49 | 0 | 62 | 31 | 69 | 61 | 1A |
| Octal | 43 | 203 | 2 | 111 | 0 | 142 | 61 | 151 | 141 | 32 |
| Binary | 100011 | 10000011 | 10 | 1001001 | 0 | 1100010 | 110001 | 1101001 | 1100001 | 11010 |
Color Harmonies of #238302
Complementary color
Monochromatic Colors of #238302
Black with #238302
Text Example
Text Example
White with #238302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238302; }
p { color: rgb(35,131,2); }
H1.HeaderClassName
{
color: #238302;
}
.AnyTagClassName
{
color: #238302;
}
</style>
background-color css
<style>
a { background-color: #238302; }
a { background-color: rgb(35,131,2); }
div.DivClassName
{
background-color: #238302;
}
.BgClassName
{
background-color: #238302;
}
</style>
border-color css
<style>
span { border-color: #238302; }
span { border-color: rgb(35,131,2); }
td.TdClassName
{
border-color: #238302;
}
.TagClassName
{
border-color: #238302;
}
</style>