Shades of Forest Green #268213
Tints of Forest Green #268213
RGB
CMYK
RGB Variations
Color information
#268213 (or 0x268213) is known color: Forest Green. HEX triplet: 26, 82 and 13. RGB value is (38,130,19). Sum of RGB (Red+Green+Blue) = 38+130+19=187 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.32% from 187); Green value is 130 (51.17% from 255 or 69.52% from 187); Blue value is 19 (7.81% from 255 or 10.16% from 187); Max value from RGB is 130 - color contains mainly: green. Hex color #268213 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #268213 is #D97DEC. Grayscale: #5A5A5A. Windows color (decimal): -14253549 or 1278502. OLE color: 1278502.
HSL color Cylindrical-coordinate representation of color #268213: hue angle of 109.73º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #268213 is Cyan = 0.71, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 130 | 19 | - |
| CMYK | 0.71 | 0 | 0.85 | 0.49 |
| HSL | 109.73º | 0.74% | 0.29% | - |
| HSV(B) | 109.73º | 0.85% | 0.51% | - |
| XYZ | 8.9 | 16.42 | 3.32 | - |
| YUV | 89.84 | 88.02 | 91.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 130 | 19 | 0.71 | 0 | 0.85 | 0.49 | 109.73 | 0.74 | 0.29 |
| Hex | 26 | 82 | 13 | 47 | 0 | 55 | 31 | 6E | 4A | 1D |
| Octal | 46 | 202 | 23 | 107 | 0 | 125 | 61 | 156 | 112 | 35 |
| Binary | 100110 | 10000010 | 10011 | 1000111 | 0 | 1010101 | 110001 | 1101110 | 1001010 | 11101 |
Color Harmonies of #268213
Complementary color
Monochromatic Colors of #268213
Black with #268213
Text Example
Text Example
White with #268213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268213; }
p { color: rgb(38,130,19); }
H1.HeaderClassName
{
color: #268213;
}
.AnyTagClassName
{
color: #268213;
}
</style>
background-color css
<style>
a { background-color: #268213; }
a { background-color: rgb(38,130,19); }
div.DivClassName
{
background-color: #268213;
}
.BgClassName
{
background-color: #268213;
}
</style>
border-color css
<style>
span { border-color: #268213; }
span { border-color: rgb(38,130,19); }
td.TdClassName
{
border-color: #268213;
}
.TagClassName
{
border-color: #268213;
}
</style>