Shades of Forest Green #268606
Tints of Forest Green #268606
RGB
CMYK
RGB Variations
Color information
#268606 (or 0x268606) is known color: Forest Green. HEX triplet: 26, 86 and 06. RGB value is (38,134,6). Sum of RGB (Red+Green+Blue) = 38+134+6=178 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.35% from 178); Green value is 134 (52.73% from 255 or 75.28% from 178); Blue value is 6 (2.73% from 255 or 3.37% from 178); Max value from RGB is 134 - color contains mainly: green. Hex color #268606 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #268606 is #D979F9. Grayscale: #5B5B5B. Windows color (decimal): -14252538 or 427558. OLE color: 427558.
HSL color Cylindrical-coordinate representation of color #268606: hue angle of 105º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #268606 is Cyan = 0.72, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 38 | 134 | 6 | - |
| CMYK | 0.72 | 0 | 0.96 | 0.47 |
| HSL | 105º | 0.91% | 0.27% | - |
| HSV(B) | 105º | 0.96% | 0.53% | - |
| XYZ | 9.36 | 17.48 | 3.05 | - |
| YUV | 90.7 | 80.2 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 134 | 6 | 0.72 | 0 | 0.96 | 0.47 | 105 | 0.91 | 0.27 |
| Hex | 26 | 86 | 6 | 48 | 0 | 60 | 2F | 69 | 5B | 1B |
| Octal | 46 | 206 | 6 | 110 | 0 | 140 | 57 | 151 | 133 | 33 |
| Binary | 100110 | 10000110 | 110 | 1001000 | 0 | 1100000 | 101111 | 1101001 | 1011011 | 11011 |
Color Harmonies of #268606
Complementary color
Monochromatic Colors of #268606
Black with #268606
Text Example
Text Example
White with #268606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268606; }
p { color: rgb(38,134,6); }
H1.HeaderClassName
{
color: #268606;
}
.AnyTagClassName
{
color: #268606;
}
</style>
background-color css
<style>
a { background-color: #268606; }
a { background-color: rgb(38,134,6); }
div.DivClassName
{
background-color: #268606;
}
.BgClassName
{
background-color: #268606;
}
</style>
border-color css
<style>
span { border-color: #268606; }
span { border-color: rgb(38,134,6); }
td.TdClassName
{
border-color: #268606;
}
.TagClassName
{
border-color: #268606;
}
</style>