Shades of Forest Green #26770B
Tints of Forest Green #26770B
RGB
CMYK
RGB Variations
Color information
#26770B (or 0x26770B) is known color: Forest Green. HEX triplet: 26, 77 and 0B. RGB value is (38,119,11). Sum of RGB (Red+Green+Blue) = 38+119+11=168 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.62% from 168); Green value is 119 (46.88% from 255 or 70.83% from 168); Blue value is 11 (4.69% from 255 or 6.55% from 168); Max value from RGB is 119 - color contains mainly: green. Hex color #26770B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #26770B is #D988F4. Grayscale: #525252. Windows color (decimal): -14256373 or 751398. OLE color: 751398.
HSL color Cylindrical-coordinate representation of color #26770B: hue angle of 105º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #26770B is Cyan = 0.68, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 38 | 119 | 11 | - |
| CMYK | 0.68 | 0 | 0.91 | 0.53 |
| HSL | 105º | 0.83% | 0.25% | - |
| HSV(B) | 105º | 0.91% | 0.47% | - |
| XYZ | 7.46 | 13.63 | 2.55 | - |
| YUV | 82.47 | 87.66 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 119 | 11 | 0.68 | 0 | 0.91 | 0.53 | 105 | 0.83 | 0.25 |
| Hex | 26 | 77 | B | 44 | 0 | 5B | 35 | 69 | 53 | 19 |
| Octal | 46 | 167 | 13 | 104 | 0 | 133 | 65 | 151 | 123 | 31 |
| Binary | 100110 | 1110111 | 1011 | 1000100 | 0 | 1011011 | 110101 | 1101001 | 1010011 | 11001 |
Color Harmonies of #26770B
Complementary color
Monochromatic Colors of #26770B
Black with #26770B
Text Example
Text Example
White with #26770B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26770B; }
p { color: rgb(38,119,11); }
H1.HeaderClassName
{
color: #26770B;
}
.AnyTagClassName
{
color: #26770B;
}
</style>
background-color css
<style>
a { background-color: #26770B; }
a { background-color: rgb(38,119,11); }
div.DivClassName
{
background-color: #26770B;
}
.BgClassName
{
background-color: #26770B;
}
</style>
border-color css
<style>
span { border-color: #26770B; }
span { border-color: rgb(38,119,11); }
td.TdClassName
{
border-color: #26770B;
}
.TagClassName
{
border-color: #26770B;
}
</style>