Shades of Forest Green #26980B
Tints of Forest Green #26980B
RGB
CMYK
RGB Variations
Color information
#26980B (or 0x26980B) is known color: Forest Green. HEX triplet: 26, 98 and 0B. RGB value is (38,152,11). Sum of RGB (Red+Green+Blue) = 38+152+11=201 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.91% from 201); Green value is 152 (59.77% from 255 or 75.62% from 201); Blue value is 11 (4.69% from 255 or 5.47% from 201); Max value from RGB is 152 - color contains mainly: green. Hex color #26980B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #26980B is #D967F4. Grayscale: #666666. Windows color (decimal): -14247925 or 759846. OLE color: 759846.
HSL color Cylindrical-coordinate representation of color #26980B: hue angle of 108.51º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #26980B is Cyan = 0.75, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 38 | 152 | 11 | - |
| CMYK | 0.75 | 0 | 0.93 | 0.40 |
| HSL | 108.51º | 0.87% | 0.32% | - |
| HSV(B) | 108.51º | 0.93% | 0.6% | - |
| XYZ | 12.09 | 22.89 | 4.1 | - |
| YUV | 101.84 | 76.73 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 152 | 11 | 0.75 | 0 | 0.93 | 0.40 | 108.51 | 0.87 | 0.32 |
| Hex | 26 | 98 | B | 4B | 0 | 5D | 28 | 6D | 57 | 20 |
| Octal | 46 | 230 | 13 | 113 | 0 | 135 | 50 | 155 | 127 | 40 |
| Binary | 100110 | 10011000 | 1011 | 1001011 | 0 | 1011101 | 101000 | 1101101 | 1010111 | 100000 |
Color Harmonies of #26980B
Complementary color
Monochromatic Colors of #26980B
Black with #26980B
Text Example
Text Example
White with #26980B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26980B; }
p { color: rgb(38,152,11); }
H1.HeaderClassName
{
color: #26980B;
}
.AnyTagClassName
{
color: #26980B;
}
</style>
background-color css
<style>
a { background-color: #26980B; }
a { background-color: rgb(38,152,11); }
div.DivClassName
{
background-color: #26980B;
}
.BgClassName
{
background-color: #26980B;
}
</style>
border-color css
<style>
span { border-color: #26980B; }
span { border-color: rgb(38,152,11); }
td.TdClassName
{
border-color: #26980B;
}
.TagClassName
{
border-color: #26980B;
}
</style>