Shades of Forest Green #26820B
Tints of Forest Green #26820B
RGB
CMYK
RGB Variations
Color information
#26820B (or 0x26820B) is known color: Forest Green. HEX triplet: 26, 82 and 0B. RGB value is (38,130,11). Sum of RGB (Red+Green+Blue) = 38+130+11=179 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.23% from 179); Green value is 130 (51.17% from 255 or 72.63% from 179); Blue value is 11 (4.69% from 255 or 6.15% from 179); Max value from RGB is 130 - color contains mainly: green. Hex color #26820B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #26820B is #D97DF4. Grayscale: #595959. Windows color (decimal): -14253557 or 754214. OLE color: 754214.
HSL color Cylindrical-coordinate representation of color #26820B: hue angle of 106.39º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #26820B is Cyan = 0.71, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 130 | 11 | - |
| CMYK | 0.71 | 0 | 0.92 | 0.49 |
| HSL | 106.39º | 0.84% | 0.28% | - |
| HSV(B) | 106.39º | 0.92% | 0.51% | - |
| XYZ | 8.84 | 16.4 | 3.02 | - |
| YUV | 88.93 | 84.02 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 130 | 11 | 0.71 | 0 | 0.92 | 0.49 | 106.39 | 0.84 | 0.28 |
| Hex | 26 | 82 | B | 47 | 0 | 5C | 31 | 6A | 54 | 1C |
| Octal | 46 | 202 | 13 | 107 | 0 | 134 | 61 | 152 | 124 | 34 |
| Binary | 100110 | 10000010 | 1011 | 1000111 | 0 | 1011100 | 110001 | 1101010 | 1010100 | 11100 |
Color Harmonies of #26820B
Complementary color
Monochromatic Colors of #26820B
Black with #26820B
Text Example
Text Example
White with #26820B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26820B; }
p { color: rgb(38,130,11); }
H1.HeaderClassName
{
color: #26820B;
}
.AnyTagClassName
{
color: #26820B;
}
</style>
background-color css
<style>
a { background-color: #26820B; }
a { background-color: rgb(38,130,11); }
div.DivClassName
{
background-color: #26820B;
}
.BgClassName
{
background-color: #26820B;
}
</style>
border-color css
<style>
span { border-color: #26820B; }
span { border-color: rgb(38,130,11); }
td.TdClassName
{
border-color: #26820B;
}
.TagClassName
{
border-color: #26820B;
}
</style>