Shades of Forest Green #26990A
Tints of Forest Green #26990A
RGB
CMYK
RGB Variations
Color information
#26990A (or 0x26990A) is known color: Forest Green. HEX triplet: 26, 99 and 0A. RGB value is (38,153,10). Sum of RGB (Red+Green+Blue) = 38+153+10=201 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.91% from 201); Green value is 153 (60.16% from 255 or 76.12% from 201); Blue value is 10 (4.30% from 255 or 4.98% from 201); Max value from RGB is 153 - color contains mainly: green. Hex color #26990A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #26990A is #D966F5. Grayscale: #666666. Windows color (decimal): -14247670 or 694566. OLE color: 694566.
HSL color Cylindrical-coordinate representation of color #26990A: hue angle of 108.25º degrees, saturation: 0.88, 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 #26990A is Cyan = 0.75, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 38 | 153 | 10 | - |
| CMYK | 0.75 | 0 | 0.93 | 0.4 |
| HSL | 108.25º | 0.88% | 0.32% | - |
| HSV(B) | 108.25º | 0.93% | 0.6% | - |
| XYZ | 12.25 | 23.22 | 4.12 | - |
| YUV | 102.31 | 75.9 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 153 | 10 | 0.75 | 0 | 0.93 | 0.4 | 108.25 | 0.88 | 0.32 |
| Hex | 26 | 99 | A | 4B | 0 | 5D | 28 | 6C | 58 | 20 |
| Octal | 46 | 231 | 12 | 113 | 0 | 135 | 50 | 154 | 130 | 40 |
| Binary | 100110 | 10011001 | 1010 | 1001011 | 0 | 1011101 | 101000 | 1101100 | 1011000 | 100000 |
Color Harmonies of #26990A
Complementary color
Monochromatic Colors of #26990A
Black with #26990A
Text Example
Text Example
White with #26990A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26990A; }
p { color: rgb(38,153,10); }
H1.HeaderClassName
{
color: #26990A;
}
.AnyTagClassName
{
color: #26990A;
}
</style>
background-color css
<style>
a { background-color: #26990A; }
a { background-color: rgb(38,153,10); }
div.DivClassName
{
background-color: #26990A;
}
.BgClassName
{
background-color: #26990A;
}
</style>
border-color css
<style>
span { border-color: #26990A; }
span { border-color: rgb(38,153,10); }
td.TdClassName
{
border-color: #26990A;
}
.TagClassName
{
border-color: #26990A;
}
</style>