Shades of Forest Green #268F1E
Tints of Forest Green #268F1E
RGB
CMYK
RGB Variations
Color information
#268F1E (or 0x268F1E) is known color: Forest Green. HEX triplet: 26, 8F and 1E. RGB value is (38,143,30). Sum of RGB (Red+Green+Blue) = 38+143+30=211 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.01% from 211); Green value is 143 (56.25% from 255 or 67.77% from 211); Blue value is 30 (12.11% from 255 or 14.22% from 211); Max value from RGB is 143 - color contains mainly: green. Hex color #268F1E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268F1E is #D970E1. Grayscale: #636363. Windows color (decimal): -14250210 or 2002726. OLE color: 2002726.
HSL color Cylindrical-coordinate representation of color #268F1E: hue angle of 115.75º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #268F1E is Cyan = 0.73, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 143 | 30 | - |
| CMYK | 0.73 | 0 | 0.79 | 0.44 |
| HSL | 115.75º | 0.65% | 0.34% | - |
| HSV(B) | 115.75º | 0.79% | 0.56% | - |
| XYZ | 10.86 | 20.15 | 4.55 | - |
| YUV | 98.72 | 89.21 | 84.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 143 | 30 | 0.73 | 0 | 0.79 | 0.44 | 115.75 | 0.65 | 0.34 |
| Hex | 26 | 8F | 1E | 49 | 0 | 4F | 2C | 74 | 41 | 22 |
| Octal | 46 | 217 | 36 | 111 | 0 | 117 | 54 | 164 | 101 | 42 |
| Binary | 100110 | 10001111 | 11110 | 1001001 | 0 | 1001111 | 101100 | 1110100 | 1000001 | 100010 |
Color Harmonies of #268F1E
Complementary color
Monochromatic Colors of #268F1E
Black with #268F1E
Text Example
Text Example
White with #268F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268F1E; }
p { color: rgb(38,143,30); }
H1.HeaderClassName
{
color: #268F1E;
}
.AnyTagClassName
{
color: #268F1E;
}
</style>
background-color css
<style>
a { background-color: #268F1E; }
a { background-color: rgb(38,143,30); }
div.DivClassName
{
background-color: #268F1E;
}
.BgClassName
{
background-color: #268F1E;
}
</style>
border-color css
<style>
span { border-color: #268F1E; }
span { border-color: rgb(38,143,30); }
td.TdClassName
{
border-color: #268F1E;
}
.TagClassName
{
border-color: #268F1E;
}
</style>