Shades of Forest Green #26871B
Tints of Forest Green #26871B
RGB
CMYK
RGB Variations
Color information
#26871B (or 0x26871B) is known color: Forest Green. HEX triplet: 26, 87 and 1B. RGB value is (38,135,27). Sum of RGB (Red+Green+Blue) = 38+135+27=200 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19% from 200); Green value is 135 (53.12% from 255 or 67.5% from 200); Blue value is 27 (10.94% from 255 or 13.5% from 200); Max value from RGB is 135 - color contains mainly: green. Hex color #26871B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26871B is #D978E4. Grayscale: #5E5E5E. Windows color (decimal): -14252261 or 1804070. OLE color: 1804070.
HSL color Cylindrical-coordinate representation of color #26871B: hue angle of 113.89º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26871B is Cyan = 0.72, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 38 | 135 | 27 | - |
| CMYK | 0.72 | 0 | 0.8 | 0.47 |
| HSL | 113.89º | 0.67% | 0.32% | - |
| HSV(B) | 113.89º | 0.8% | 0.53% | - |
| XYZ | 9.66 | 17.82 | 3.97 | - |
| YUV | 93.69 | 90.36 | 88.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 135 | 27 | 0.72 | 0 | 0.8 | 0.47 | 113.89 | 0.67 | 0.32 |
| Hex | 26 | 87 | 1B | 48 | 0 | 50 | 2F | 72 | 43 | 20 |
| Octal | 46 | 207 | 33 | 110 | 0 | 120 | 57 | 162 | 103 | 40 |
| Binary | 100110 | 10000111 | 11011 | 1001000 | 0 | 1010000 | 101111 | 1110010 | 1000011 | 100000 |
Color Harmonies of #26871B
Complementary color
Monochromatic Colors of #26871B
Black with #26871B
Text Example
Text Example
White with #26871B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26871B; }
p { color: rgb(38,135,27); }
H1.HeaderClassName
{
color: #26871B;
}
.AnyTagClassName
{
color: #26871B;
}
</style>
background-color css
<style>
a { background-color: #26871B; }
a { background-color: rgb(38,135,27); }
div.DivClassName
{
background-color: #26871B;
}
.BgClassName
{
background-color: #26871B;
}
</style>
border-color css
<style>
span { border-color: #26871B; }
span { border-color: rgb(38,135,27); }
td.TdClassName
{
border-color: #26871B;
}
.TagClassName
{
border-color: #26871B;
}
</style>