Shades of Forest Green #269D34
Tints of Forest Green #269D34
RGB
CMYK
RGB Variations
Color information
#269D34 (or 0x269D34) is known color: Forest Green. HEX triplet: 26, 9D and 34. RGB value is (38,157,52). Sum of RGB (Red+Green+Blue) = 38+157+52=247 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.38% from 247); Green value is 157 (61.72% from 255 or 63.56% from 247); Blue value is 52 (20.70% from 255 or 21.05% from 247); Max value from RGB is 157 - color contains mainly: green. Hex color #269D34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #269D34 is #D962CB. Grayscale: #6D6D6D. Windows color (decimal): -14246604 or 3448102. OLE color: 3448102.
HSL color Cylindrical-coordinate representation of color #269D34: hue angle of 127.06º 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 #269D34 is Cyan = 0.76, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 157 | 52 | - |
| CMYK | 0.76 | 0 | 0.67 | 0.38 |
| HSL | 127.06º | 0.61% | 0.38% | - |
| HSV(B) | 127.06º | 0.76% | 0.62% | - |
| XYZ | 13.48 | 24.77 | 7.32 | - |
| YUV | 109.45 | 95.58 | 77.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 157 | 52 | 0.76 | 0 | 0.67 | 0.38 | 127.06 | 0.61 | 0.38 |
| Hex | 26 | 9D | 34 | 4C | 0 | 43 | 26 | 7F | 3D | 26 |
| Octal | 46 | 235 | 64 | 114 | 0 | 103 | 46 | 177 | 75 | 46 |
| Binary | 100110 | 10011101 | 110100 | 1001100 | 0 | 1000011 | 100110 | 1111111 | 111101 | 100110 |
Color Harmonies of #269D34
Complementary color
Monochromatic Colors of #269D34
Black with #269D34
Text Example
Text Example
White with #269D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269D34; }
p { color: rgb(38,157,52); }
H1.HeaderClassName
{
color: #269D34;
}
.AnyTagClassName
{
color: #269D34;
}
</style>
background-color css
<style>
a { background-color: #269D34; }
a { background-color: rgb(38,157,52); }
div.DivClassName
{
background-color: #269D34;
}
.BgClassName
{
background-color: #269D34;
}
</style>
border-color css
<style>
span { border-color: #269D34; }
span { border-color: rgb(38,157,52); }
td.TdClassName
{
border-color: #269D34;
}
.TagClassName
{
border-color: #269D34;
}
</style>