Shades of Forest Green #26840D
Tints of Forest Green #26840D
RGB
CMYK
RGB Variations
Color information
#26840D (or 0x26840D) is known color: Forest Green. HEX triplet: 26, 84 and 0D. RGB value is (38,132,13). Sum of RGB (Red+Green+Blue) = 38+132+13=183 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.77% from 183); Green value is 132 (51.95% from 255 or 72.13% from 183); Blue value is 13 (5.47% from 255 or 7.10% from 183); Max value from RGB is 132 - color contains mainly: green. Hex color #26840D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #26840D is #D97BF2. Grayscale: #5A5A5A. Windows color (decimal): -14253043 or 885798. OLE color: 885798.
HSL color Cylindrical-coordinate representation of color #26840D: hue angle of 107.39º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #26840D is Cyan = 0.71, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 38 | 132 | 13 | - |
| CMYK | 0.71 | 0 | 0.90 | 0.48 |
| HSL | 107.4º | 0.82% | 0.28% | - |
| HSV(B) | 107.4º | 0.9% | 0.52% | - |
| XYZ | 9.12 | 16.94 | 3.17 | - |
| YUV | 90.33 | 84.36 | 90.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 132 | 13 | 0.71 | 0 | 0.90 | 0.48 | 107.4 | 0.82 | 0.28 |
| Hex | 26 | 84 | D | 47 | 0 | 5A | 30 | 6B | 52 | 1C |
| Octal | 46 | 204 | 15 | 107 | 0 | 132 | 60 | 153 | 122 | 34 |
| Binary | 100110 | 10000100 | 1101 | 1000111 | 0 | 1011010 | 110000 | 1101011 | 1010010 | 11100 |
Color Harmonies of #26840D
Complementary color
Monochromatic Colors of #26840D
Black with #26840D
Text Example
Text Example
White with #26840D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26840D; }
p { color: rgb(38,132,13); }
H1.HeaderClassName
{
color: #26840D;
}
.AnyTagClassName
{
color: #26840D;
}
</style>
background-color css
<style>
a { background-color: #26840D; }
a { background-color: rgb(38,132,13); }
div.DivClassName
{
background-color: #26840D;
}
.BgClassName
{
background-color: #26840D;
}
</style>
border-color css
<style>
span { border-color: #26840D; }
span { border-color: rgb(38,132,13); }
td.TdClassName
{
border-color: #26840D;
}
.TagClassName
{
border-color: #26840D;
}
</style>