Shades of Forest Green #268A24
Tints of Forest Green #268A24
RGB
CMYK
RGB Variations
Color information
#268A24 (or 0x268A24) is known color: Forest Green. HEX triplet: 26, 8A and 24. RGB value is (38,138,36). Sum of RGB (Red+Green+Blue) = 38+138+36=212 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.92% from 212); Green value is 138 (54.30% from 255 or 65.09% from 212); Blue value is 36 (14.45% from 255 or 16.98% from 212); Max value from RGB is 138 - color contains mainly: green. Hex color #268A24 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268A24 is #D975DB. Grayscale: #606060. Windows color (decimal): -14251484 or 2394662. OLE color: 2394662.
HSL color Cylindrical-coordinate representation of color #268A24: hue angle of 118.82º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #268A24 is Cyan = 0.72, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 38 | 138 | 36 | - |
| CMYK | 0.72 | 0 | 0.74 | 0.46 |
| HSL | 118.82º | 0.59% | 0.34% | - |
| HSV(B) | 118.82º | 0.74% | 0.54% | - |
| XYZ | 10.21 | 18.72 | 4.74 | - |
| YUV | 96.47 | 93.87 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 138 | 36 | 0.72 | 0 | 0.74 | 0.46 | 118.82 | 0.59 | 0.34 |
| Hex | 26 | 8A | 24 | 48 | 0 | 4A | 2E | 77 | 3B | 22 |
| Octal | 46 | 212 | 44 | 110 | 0 | 112 | 56 | 167 | 73 | 42 |
| Binary | 100110 | 10001010 | 100100 | 1001000 | 0 | 1001010 | 101110 | 1110111 | 111011 | 100010 |
Color Harmonies of #268A24
Complementary color
Monochromatic Colors of #268A24
Black with #268A24
Text Example
Text Example
White with #268A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268A24; }
p { color: rgb(38,138,36); }
H1.HeaderClassName
{
color: #268A24;
}
.AnyTagClassName
{
color: #268A24;
}
</style>
background-color css
<style>
a { background-color: #268A24; }
a { background-color: rgb(38,138,36); }
div.DivClassName
{
background-color: #268A24;
}
.BgClassName
{
background-color: #268A24;
}
</style>
border-color css
<style>
span { border-color: #268A24; }
span { border-color: rgb(38,138,36); }
td.TdClassName
{
border-color: #268A24;
}
.TagClassName
{
border-color: #268A24;
}
</style>