Shades of Forest Green #269E34
Tints of Forest Green #269E34
RGB
CMYK
RGB Variations
Color information
#269E34 (or 0x269E34) is known color: Forest Green. HEX triplet: 26, 9E and 34. RGB value is (38,158,52). Sum of RGB (Red+Green+Blue) = 38+158+52=248 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.32% from 248); Green value is 158 (62.11% from 255 or 63.71% from 248); Blue value is 52 (20.70% from 255 or 20.97% from 248); Max value from RGB is 158 - color contains mainly: green. Hex color #269E34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #269E34 is #D961CB. Grayscale: #6E6E6E. Windows color (decimal): -14246348 or 3448358. OLE color: 3448358.
HSL color Cylindrical-coordinate representation of color #269E34: hue angle of 127º 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 #269E34 is Cyan = 0.76, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 158 | 52 | - |
| CMYK | 0.76 | 0 | 0.67 | 0.38 |
| HSL | 127º | 0.61% | 0.38% | - |
| HSV(B) | 127º | 0.76% | 0.62% | - |
| XYZ | 13.65 | 25.11 | 7.38 | - |
| YUV | 110.04 | 95.24 | 76.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 158 | 52 | 0.76 | 0 | 0.67 | 0.38 | 127 | 0.61 | 0.38 |
| Hex | 26 | 9E | 34 | 4C | 0 | 43 | 26 | 7F | 3D | 26 |
| Octal | 46 | 236 | 64 | 114 | 0 | 103 | 46 | 177 | 75 | 46 |
| Binary | 100110 | 10011110 | 110100 | 1001100 | 0 | 1000011 | 100110 | 1111111 | 111101 | 100110 |
Color Harmonies of #269E34
Complementary color
Monochromatic Colors of #269E34
Black with #269E34
Text Example
Text Example
White with #269E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269E34; }
p { color: rgb(38,158,52); }
H1.HeaderClassName
{
color: #269E34;
}
.AnyTagClassName
{
color: #269E34;
}
</style>
background-color css
<style>
a { background-color: #269E34; }
a { background-color: rgb(38,158,52); }
div.DivClassName
{
background-color: #269E34;
}
.BgClassName
{
background-color: #269E34;
}
</style>
border-color css
<style>
span { border-color: #269E34; }
span { border-color: rgb(38,158,52); }
td.TdClassName
{
border-color: #269E34;
}
.TagClassName
{
border-color: #269E34;
}
</style>