Shades of Forest Green #269E2A
Tints of Forest Green #269E2A
RGB
CMYK
RGB Variations
Color information
#269E2A (or 0x269E2A) is known color: Forest Green. HEX triplet: 26, 9E and 2A. RGB value is (38,158,42). Sum of RGB (Red+Green+Blue) = 38+158+42=238 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.97% from 238); Green value is 158 (62.11% from 255 or 66.39% from 238); Blue value is 42 (16.80% from 255 or 17.65% from 238); Max value from RGB is 158 - color contains mainly: green. Hex color #269E2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #269E2A is #D961D5. Grayscale: #6D6D6D. Windows color (decimal): -14246358 or 2792998. OLE color: 2792998.
HSL color Cylindrical-coordinate representation of color #269E2A: hue angle of 122º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #269E2A is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 158 | 42 | - |
| CMYK | 0.76 | 0 | 0.73 | 0.38 |
| HSL | 122º | 0.61% | 0.38% | - |
| HSV(B) | 122º | 0.76% | 0.62% | - |
| XYZ | 13.44 | 25.03 | 6.31 | - |
| YUV | 108.9 | 90.24 | 77.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 158 | 42 | 0.76 | 0 | 0.73 | 0.38 | 122 | 0.61 | 0.38 |
| Hex | 26 | 9E | 2A | 4C | 0 | 49 | 26 | 7A | 3D | 26 |
| Octal | 46 | 236 | 52 | 114 | 0 | 111 | 46 | 172 | 75 | 46 |
| Binary | 100110 | 10011110 | 101010 | 1001100 | 0 | 1001001 | 100110 | 1111010 | 111101 | 100110 |
Color Harmonies of #269E2A
Complementary color
Monochromatic Colors of #269E2A
Black with #269E2A
Text Example
Text Example
White with #269E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269E2A; }
p { color: rgb(38,158,42); }
H1.HeaderClassName
{
color: #269E2A;
}
.AnyTagClassName
{
color: #269E2A;
}
</style>
background-color css
<style>
a { background-color: #269E2A; }
a { background-color: rgb(38,158,42); }
div.DivClassName
{
background-color: #269E2A;
}
.BgClassName
{
background-color: #269E2A;
}
</style>
border-color css
<style>
span { border-color: #269E2A; }
span { border-color: rgb(38,158,42); }
td.TdClassName
{
border-color: #269E2A;
}
.TagClassName
{
border-color: #269E2A;
}
</style>