Shades of Forest Green #26990F
Tints of Forest Green #26990F
RGB
CMYK
RGB Variations
Color information
#26990F (or 0x26990F) is known color: Forest Green. HEX triplet: 26, 99 and 0F. RGB value is (38,153,15). Sum of RGB (Red+Green+Blue) = 38+153+15=206 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.45% from 206); Green value is 153 (60.16% from 255 or 74.27% from 206); Blue value is 15 (6.25% from 255 or 7.28% from 206); Max value from RGB is 153 - color contains mainly: green. Hex color #26990F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #26990F is #D966F0. Grayscale: #676767. Windows color (decimal): -14247665 or 1022246. OLE color: 1022246.
HSL color Cylindrical-coordinate representation of color #26990F: hue angle of 110º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #26990F is Cyan = 0.75, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 38 | 153 | 15 | - |
| CMYK | 0.75 | 0 | 0.90 | 0.4 |
| HSL | 110º | 0.82% | 0.33% | - |
| HSV(B) | 110º | 0.9% | 0.6% | - |
| XYZ | 12.28 | 23.23 | 4.29 | - |
| YUV | 102.88 | 78.4 | 81.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 153 | 15 | 0.75 | 0 | 0.90 | 0.4 | 110 | 0.82 | 0.33 |
| Hex | 26 | 99 | F | 4B | 0 | 5A | 28 | 6E | 52 | 21 |
| Octal | 46 | 231 | 17 | 113 | 0 | 132 | 50 | 156 | 122 | 41 |
| Binary | 100110 | 10011001 | 1111 | 1001011 | 0 | 1011010 | 101000 | 1101110 | 1010010 | 100001 |
Color Harmonies of #26990F
Complementary color
Monochromatic Colors of #26990F
Black with #26990F
Text Example
Text Example
White with #26990F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26990F; }
p { color: rgb(38,153,15); }
H1.HeaderClassName
{
color: #26990F;
}
.AnyTagClassName
{
color: #26990F;
}
</style>
background-color css
<style>
a { background-color: #26990F; }
a { background-color: rgb(38,153,15); }
div.DivClassName
{
background-color: #26990F;
}
.BgClassName
{
background-color: #26990F;
}
</style>
border-color css
<style>
span { border-color: #26990F; }
span { border-color: rgb(38,153,15); }
td.TdClassName
{
border-color: #26990F;
}
.TagClassName
{
border-color: #26990F;
}
</style>