Shades of Forest Green #268207
Tints of Forest Green #268207
RGB
CMYK
RGB Variations
Color information
#268207 (or 0x268207) is known color: Forest Green. HEX triplet: 26, 82 and 07. RGB value is (38,130,7). Sum of RGB (Red+Green+Blue) = 38+130+7=175 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.71% from 175); Green value is 130 (51.17% from 255 or 74.29% from 175); Blue value is 7 (3.12% from 255 or 4% from 175); Max value from RGB is 130 - color contains mainly: green. Hex color #268207 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #268207 is #D97DF8. Grayscale: #585858. Windows color (decimal): -14253561 or 492070. OLE color: 492070.
HSL color Cylindrical-coordinate representation of color #268207: hue angle of 104.88º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #268207 is Cyan = 0.71, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 130 | 7 | - |
| CMYK | 0.71 | 0 | 0.95 | 0.49 |
| HSL | 104.88º | 0.9% | 0.27% | - |
| HSV(B) | 104.88º | 0.95% | 0.51% | - |
| XYZ | 8.82 | 16.39 | 2.9 | - |
| YUV | 88.47 | 82.02 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 130 | 7 | 0.71 | 0 | 0.95 | 0.49 | 104.88 | 0.9 | 0.27 |
| Hex | 26 | 82 | 7 | 47 | 0 | 5F | 31 | 69 | 5A | 1B |
| Octal | 46 | 202 | 7 | 107 | 0 | 137 | 61 | 151 | 132 | 33 |
| Binary | 100110 | 10000010 | 111 | 1000111 | 0 | 1011111 | 110001 | 1101001 | 1011010 | 11011 |
Color Harmonies of #268207
Complementary color
Monochromatic Colors of #268207
Black with #268207
Text Example
Text Example
White with #268207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268207; }
p { color: rgb(38,130,7); }
H1.HeaderClassName
{
color: #268207;
}
.AnyTagClassName
{
color: #268207;
}
</style>
background-color css
<style>
a { background-color: #268207; }
a { background-color: rgb(38,130,7); }
div.DivClassName
{
background-color: #268207;
}
.BgClassName
{
background-color: #268207;
}
</style>
border-color css
<style>
span { border-color: #268207; }
span { border-color: rgb(38,130,7); }
td.TdClassName
{
border-color: #268207;
}
.TagClassName
{
border-color: #268207;
}
</style>