Shades of Forest Green #238102
Tints of Forest Green #238102
RGB
CMYK
RGB Variations
Color information
#238102 (or 0x238102) is known color: Forest Green. HEX triplet: 23, 81 and 02. RGB value is (35,129,2). Sum of RGB (Red+Green+Blue) = 35+129+2=166 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.08% from 166); Green value is 129 (50.78% from 255 or 77.71% from 166); Blue value is 2 (1.17% from 255 or 1.20% from 166); Max value from RGB is 129 - color contains mainly: green. Hex color #238102 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #238102 is #DC7EFD. Grayscale: #565656. Windows color (decimal): -14450430 or 164131. OLE color: 164131.
HSL color Cylindrical-coordinate representation of color #238102: hue angle of 104.41º 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 #238102 is Cyan = 0.73, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 129 | 2 | - |
| CMYK | 0.73 | 0 | 0.98 | 0.49 |
| HSL | 104.41º | 0.97% | 0.26% | - |
| HSV(B) | 104.41º | 0.98% | 0.51% | - |
| XYZ | 8.55 | 16.06 | 2.71 | - |
| YUV | 86.42 | 80.36 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 129 | 2 | 0.73 | 0 | 0.98 | 0.49 | 104.41 | 0.97 | 0.26 |
| Hex | 23 | 81 | 2 | 49 | 0 | 62 | 31 | 68 | 61 | 1A |
| Octal | 43 | 201 | 2 | 111 | 0 | 142 | 61 | 150 | 141 | 32 |
| Binary | 100011 | 10000001 | 10 | 1001001 | 0 | 1100010 | 110001 | 1101000 | 1100001 | 11010 |
Color Harmonies of #238102
Complementary color
Monochromatic Colors of #238102
Black with #238102
Text Example
Text Example
White with #238102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238102; }
p { color: rgb(35,129,2); }
H1.HeaderClassName
{
color: #238102;
}
.AnyTagClassName
{
color: #238102;
}
</style>
background-color css
<style>
a { background-color: #238102; }
a { background-color: rgb(35,129,2); }
div.DivClassName
{
background-color: #238102;
}
.BgClassName
{
background-color: #238102;
}
</style>
border-color css
<style>
span { border-color: #238102; }
span { border-color: rgb(35,129,2); }
td.TdClassName
{
border-color: #238102;
}
.TagClassName
{
border-color: #238102;
}
</style>