Shades of Forest Green #269F20
Tints of Forest Green #269F20
RGB
CMYK
RGB Variations
Color information
#269F20 (or 0x269F20) is known color: Forest Green. HEX triplet: 26, 9F and 20. RGB value is (38,159,32). Sum of RGB (Red+Green+Blue) = 38+159+32=229 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.59% from 229); Green value is 159 (62.5% from 255 or 69.43% from 229); Blue value is 32 (12.89% from 255 or 13.97% from 229); Max value from RGB is 159 - color contains mainly: green. Hex color #269F20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #269F20 is #D960DF. Grayscale: #6C6C6C. Windows color (decimal): -14246112 or 2137894. OLE color: 2137894.
HSL color Cylindrical-coordinate representation of color #269F20: hue angle of 117.17º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #269F20 is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 159 | 32 | - |
| CMYK | 0.76 | 0 | 0.80 | 0.38 |
| HSL | 117.17º | 0.66% | 0.37% | - |
| HSV(B) | 117.17º | 0.8% | 0.62% | - |
| XYZ | 13.46 | 25.31 | 5.54 | - |
| YUV | 108.34 | 84.91 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 159 | 32 | 0.76 | 0 | 0.80 | 0.38 | 117.17 | 0.66 | 0.37 |
| Hex | 26 | 9F | 20 | 4C | 0 | 50 | 26 | 75 | 42 | 25 |
| Octal | 46 | 237 | 40 | 114 | 0 | 120 | 46 | 165 | 102 | 45 |
| Binary | 100110 | 10011111 | 100000 | 1001100 | 0 | 1010000 | 100110 | 1110101 | 1000010 | 100101 |
Color Harmonies of #269F20
Complementary color
Monochromatic Colors of #269F20
Black with #269F20
Text Example
Text Example
White with #269F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269F20; }
p { color: rgb(38,159,32); }
H1.HeaderClassName
{
color: #269F20;
}
.AnyTagClassName
{
color: #269F20;
}
</style>
background-color css
<style>
a { background-color: #269F20; }
a { background-color: rgb(38,159,32); }
div.DivClassName
{
background-color: #269F20;
}
.BgClassName
{
background-color: #269F20;
}
</style>
border-color css
<style>
span { border-color: #269F20; }
span { border-color: rgb(38,159,32); }
td.TdClassName
{
border-color: #269F20;
}
.TagClassName
{
border-color: #269F20;
}
</style>