Shades of Forest Green #269F2A
Tints of Forest Green #269F2A
RGB
CMYK
RGB Variations
Color information
#269F2A (or 0x269F2A) is known color: Forest Green. HEX triplet: 26, 9F and 2A. RGB value is (38,159,42). Sum of RGB (Red+Green+Blue) = 38+159+42=239 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.90% from 239); Green value is 159 (62.5% from 255 or 66.53% from 239); Blue value is 42 (16.80% from 255 or 17.57% from 239); Max value from RGB is 159 - color contains mainly: green. Hex color #269F2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #269F2A is #D960D5. Grayscale: #6D6D6D. Windows color (decimal): -14246102 or 2793254. OLE color: 2793254.
HSL color Cylindrical-coordinate representation of color #269F2A: hue angle of 121.98º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #269F2A is Cyan = 0.76, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 159 | 42 | - |
| CMYK | 0.76 | 0 | 0.74 | 0.38 |
| HSL | 121.98º | 0.61% | 0.39% | - |
| HSV(B) | 121.98º | 0.76% | 0.62% | - |
| XYZ | 13.62 | 25.38 | 6.37 | - |
| YUV | 109.48 | 89.91 | 77.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 159 | 42 | 0.76 | 0 | 0.74 | 0.38 | 121.98 | 0.61 | 0.39 |
| Hex | 26 | 9F | 2A | 4C | 0 | 4A | 26 | 7A | 3D | 27 |
| Octal | 46 | 237 | 52 | 114 | 0 | 112 | 46 | 172 | 75 | 47 |
| Binary | 100110 | 10011111 | 101010 | 1001100 | 0 | 1001010 | 100110 | 1111010 | 111101 | 100111 |
Color Harmonies of #269F2A
Complementary color
Monochromatic Colors of #269F2A
Black with #269F2A
Text Example
Text Example
White with #269F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269F2A; }
p { color: rgb(38,159,42); }
H1.HeaderClassName
{
color: #269F2A;
}
.AnyTagClassName
{
color: #269F2A;
}
</style>
background-color css
<style>
a { background-color: #269F2A; }
a { background-color: rgb(38,159,42); }
div.DivClassName
{
background-color: #269F2A;
}
.BgClassName
{
background-color: #269F2A;
}
</style>
border-color css
<style>
span { border-color: #269F2A; }
span { border-color: rgb(38,159,42); }
td.TdClassName
{
border-color: #269F2A;
}
.TagClassName
{
border-color: #269F2A;
}
</style>