Shades of Forest Green #268B06
Tints of Forest Green #268B06
RGB
CMYK
RGB Variations
Color information
#268B06 (or 0x268B06) is known color: Forest Green. HEX triplet: 26, 8B and 06. RGB value is (38,139,6). Sum of RGB (Red+Green+Blue) = 38+139+6=183 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.77% from 183); Green value is 139 (54.69% from 255 or 75.96% from 183); Blue value is 6 (2.73% from 255 or 3.28% from 183); Max value from RGB is 139 - color contains mainly: green. Hex color #268B06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #268B06 is #D974F9. Grayscale: #5E5E5E. Windows color (decimal): -14251258 or 428838. OLE color: 428838.
HSL color Cylindrical-coordinate representation of color #268B06: hue angle of 105.56º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #268B06 is Cyan = 0.73, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 139 | 6 | - |
| CMYK | 0.73 | 0 | 0.96 | 0.45 |
| HSL | 105.56º | 0.92% | 0.28% | - |
| HSV(B) | 105.56º | 0.96% | 0.55% | - |
| XYZ | 10.06 | 18.89 | 3.29 | - |
| YUV | 93.64 | 78.54 | 88.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 139 | 6 | 0.73 | 0 | 0.96 | 0.45 | 105.56 | 0.92 | 0.28 |
| Hex | 26 | 8B | 6 | 49 | 0 | 60 | 2D | 6A | 5C | 1C |
| Octal | 46 | 213 | 6 | 111 | 0 | 140 | 55 | 152 | 134 | 34 |
| Binary | 100110 | 10001011 | 110 | 1001001 | 0 | 1100000 | 101101 | 1101010 | 1011100 | 11100 |
Color Harmonies of #268B06
Complementary color
Monochromatic Colors of #268B06
Black with #268B06
Text Example
Text Example
White with #268B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268B06; }
p { color: rgb(38,139,6); }
H1.HeaderClassName
{
color: #268B06;
}
.AnyTagClassName
{
color: #268B06;
}
</style>
background-color css
<style>
a { background-color: #268B06; }
a { background-color: rgb(38,139,6); }
div.DivClassName
{
background-color: #268B06;
}
.BgClassName
{
background-color: #268B06;
}
</style>
border-color css
<style>
span { border-color: #268B06; }
span { border-color: rgb(38,139,6); }
td.TdClassName
{
border-color: #268B06;
}
.TagClassName
{
border-color: #268B06;
}
</style>