Shades of Forest Green #20690F
Tints of Forest Green #20690F
RGB
CMYK
RGB Variations
Color information
#20690F (or 0x20690F) is known color: Forest Green. HEX triplet: 20, 69 and 0F. RGB value is (32,105,15). Sum of RGB (Red+Green+Blue) = 32+105+15=152 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.05% from 152); Green value is 105 (41.41% from 255 or 69.08% from 152); Blue value is 15 (6.25% from 255 or 9.87% from 152); Max value from RGB is 105 - color contains mainly: green. Hex color #20690F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #20690F is #DF96F0. Grayscale: #494949. Windows color (decimal): -14653169 or 1009952. OLE color: 1009952.
HSL color Cylindrical-coordinate representation of color #20690F: hue angle of 108.67º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20690F is Cyan = 0.70, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 105 | 15 | - |
| CMYK | 0.70 | 0 | 0.86 | 0.59 |
| HSL | 108.67º | 0.75% | 0.24% | - |
| HSV(B) | 108.67º | 0.86% | 0.41% | - |
| XYZ | 5.73 | 10.44 | 2.17 | - |
| YUV | 72.91 | 95.32 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 105 | 15 | 0.70 | 0 | 0.86 | 0.59 | 108.67 | 0.75 | 0.24 |
| Hex | 20 | 69 | F | 46 | 0 | 56 | 3B | 6D | 4B | 18 |
| Octal | 40 | 151 | 17 | 106 | 0 | 126 | 73 | 155 | 113 | 30 |
| Binary | 100000 | 1101001 | 1111 | 1000110 | 0 | 1010110 | 111011 | 1101101 | 1001011 | 11000 |
Color Harmonies of #20690F
Complementary color
Monochromatic Colors of #20690F
Black with #20690F
Text Example
Text Example
White with #20690F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20690F; }
p { color: rgb(32,105,15); }
H1.HeaderClassName
{
color: #20690F;
}
.AnyTagClassName
{
color: #20690F;
}
</style>
background-color css
<style>
a { background-color: #20690F; }
a { background-color: rgb(32,105,15); }
div.DivClassName
{
background-color: #20690F;
}
.BgClassName
{
background-color: #20690F;
}
</style>
border-color css
<style>
span { border-color: #20690F; }
span { border-color: rgb(32,105,15); }
td.TdClassName
{
border-color: #20690F;
}
.TagClassName
{
border-color: #20690F;
}
</style>