Shades of Forest Green #268E2D
Tints of Forest Green #268E2D
RGB
CMYK
RGB Variations
Color information
#268E2D (or 0x268E2D) is known color: Forest Green. HEX triplet: 26, 8E and 2D. RGB value is (38,142,45). Sum of RGB (Red+Green+Blue) = 38+142+45=225 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.89% from 225); Green value is 142 (55.86% from 255 or 63.11% from 225); Blue value is 45 (17.97% from 255 or 20% from 225); Max value from RGB is 142 - color contains mainly: green. Hex color #268E2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268E2D is #D971D2. Grayscale: #646464. Windows color (decimal): -14250451 or 2985510. OLE color: 2985510.
HSL color Cylindrical-coordinate representation of color #268E2D: hue angle of 124.04º 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 #268E2D is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 142 | 45 | - |
| CMYK | 0.73 | 0 | 0.68 | 0.44 |
| HSL | 124.04º | 0.58% | 0.35% | - |
| HSV(B) | 124.04º | 0.73% | 0.56% | - |
| XYZ | 10.95 | 19.95 | 5.76 | - |
| YUV | 99.85 | 97.04 | 83.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 142 | 45 | 0.73 | 0 | 0.68 | 0.44 | 124.04 | 0.58 | 0.35 |
| Hex | 26 | 8E | 2D | 49 | 0 | 44 | 2C | 7C | 3A | 23 |
| Octal | 46 | 216 | 55 | 111 | 0 | 104 | 54 | 174 | 72 | 43 |
| Binary | 100110 | 10001110 | 101101 | 1001001 | 0 | 1000100 | 101100 | 1111100 | 111010 | 100011 |
Color Harmonies of #268E2D
Complementary color
Monochromatic Colors of #268E2D
Black with #268E2D
Text Example
Text Example
White with #268E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268E2D; }
p { color: rgb(38,142,45); }
H1.HeaderClassName
{
color: #268E2D;
}
.AnyTagClassName
{
color: #268E2D;
}
</style>
background-color css
<style>
a { background-color: #268E2D; }
a { background-color: rgb(38,142,45); }
div.DivClassName
{
background-color: #268E2D;
}
.BgClassName
{
background-color: #268E2D;
}
</style>
border-color css
<style>
span { border-color: #268E2D; }
span { border-color: rgb(38,142,45); }
td.TdClassName
{
border-color: #268E2D;
}
.TagClassName
{
border-color: #268E2D;
}
</style>