Shades of Forest Green #26850B
Tints of Forest Green #26850B
RGB
CMYK
RGB Variations
Color information
#26850B (or 0x26850B) is known color: Forest Green. HEX triplet: 26, 85 and 0B. RGB value is (38,133,11). Sum of RGB (Red+Green+Blue) = 38+133+11=182 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.88% from 182); Green value is 133 (52.34% from 255 or 73.08% from 182); Blue value is 11 (4.69% from 255 or 6.04% from 182); Max value from RGB is 133 - color contains mainly: green. Hex color #26850B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #26850B is #D97AF4. Grayscale: #5B5B5B. Windows color (decimal): -14252789 or 754982. OLE color: 754982.
HSL color Cylindrical-coordinate representation of color #26850B: hue angle of 106.72º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #26850B is Cyan = 0.71, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 38 | 133 | 11 | - |
| CMYK | 0.71 | 0 | 0.92 | 0.48 |
| HSL | 106.72º | 0.85% | 0.28% | - |
| HSV(B) | 106.72º | 0.92% | 0.52% | - |
| XYZ | 9.25 | 17.21 | 3.15 | - |
| YUV | 90.69 | 83.03 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 133 | 11 | 0.71 | 0 | 0.92 | 0.48 | 106.72 | 0.85 | 0.28 |
| Hex | 26 | 85 | B | 47 | 0 | 5C | 30 | 6B | 55 | 1C |
| Octal | 46 | 205 | 13 | 107 | 0 | 134 | 60 | 153 | 125 | 34 |
| Binary | 100110 | 10000101 | 1011 | 1000111 | 0 | 1011100 | 110000 | 1101011 | 1010101 | 11100 |
Color Harmonies of #26850B
Complementary color
Monochromatic Colors of #26850B
Black with #26850B
Text Example
Text Example
White with #26850B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26850B; }
p { color: rgb(38,133,11); }
H1.HeaderClassName
{
color: #26850B;
}
.AnyTagClassName
{
color: #26850B;
}
</style>
background-color css
<style>
a { background-color: #26850B; }
a { background-color: rgb(38,133,11); }
div.DivClassName
{
background-color: #26850B;
}
.BgClassName
{
background-color: #26850B;
}
</style>
border-color css
<style>
span { border-color: #26850B; }
span { border-color: rgb(38,133,11); }
td.TdClassName
{
border-color: #26850B;
}
.TagClassName
{
border-color: #26850B;
}
</style>