Shades of Forest Green #268E2F
Tints of Forest Green #268E2F
RGB
CMYK
RGB Variations
Color information
#268E2F (or 0x268E2F) is known color: Forest Green. HEX triplet: 26, 8E and 2F. RGB value is (38,142,47). Sum of RGB (Red+Green+Blue) = 38+142+47=227 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.74% from 227); Green value is 142 (55.86% from 255 or 62.56% from 227); Blue value is 47 (18.75% from 255 or 20.70% from 227); Max value from RGB is 142 - color contains mainly: green. Hex color #268E2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268E2F is #D971D0. Grayscale: #646464. Windows color (decimal): -14250449 or 3116582. OLE color: 3116582.
HSL color Cylindrical-coordinate representation of color #268E2F: hue angle of 125.19º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #268E2F is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 142 | 47 | - |
| CMYK | 0.73 | 0 | 0.67 | 0.44 |
| HSL | 125.19º | 0.58% | 0.35% | - |
| HSV(B) | 125.19º | 0.73% | 0.56% | - |
| XYZ | 10.99 | 19.96 | 5.96 | - |
| YUV | 100.07 | 98.04 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 142 | 47 | 0.73 | 0 | 0.67 | 0.44 | 125.19 | 0.58 | 0.35 |
| Hex | 26 | 8E | 2F | 49 | 0 | 43 | 2C | 7D | 3A | 23 |
| Octal | 46 | 216 | 57 | 111 | 0 | 103 | 54 | 175 | 72 | 43 |
| Binary | 100110 | 10001110 | 101111 | 1001001 | 0 | 1000011 | 101100 | 1111101 | 111010 | 100011 |
Color Harmonies of #268E2F
Complementary color
Monochromatic Colors of #268E2F
Black with #268E2F
Text Example
Text Example
White with #268E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268E2F; }
p { color: rgb(38,142,47); }
H1.HeaderClassName
{
color: #268E2F;
}
.AnyTagClassName
{
color: #268E2F;
}
</style>
background-color css
<style>
a { background-color: #268E2F; }
a { background-color: rgb(38,142,47); }
div.DivClassName
{
background-color: #268E2F;
}
.BgClassName
{
background-color: #268E2F;
}
</style>
border-color css
<style>
span { border-color: #268E2F; }
span { border-color: rgb(38,142,47); }
td.TdClassName
{
border-color: #268E2F;
}
.TagClassName
{
border-color: #268E2F;
}
</style>