Shades of Forest Green #248A26
Tints of Forest Green #248A26
RGB
CMYK
RGB Variations
Color information
#248A26 (or 0x248A26) is known color: Forest Green. HEX triplet: 24, 8A and 26. RGB value is (36,138,38). Sum of RGB (Red+Green+Blue) = 36+138+38=212 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.98% from 212); Green value is 138 (54.30% from 255 or 65.09% from 212); Blue value is 38 (15.23% from 255 or 17.92% from 212); Max value from RGB is 138 - color contains mainly: green. Hex color #248A26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248A26 is #DB75D9. Grayscale: #606060. Windows color (decimal): -14382554 or 2525732. OLE color: 2525732.
HSL color Cylindrical-coordinate representation of color #248A26: hue angle of 121.18º 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 #248A26 is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 36 | 138 | 38 | - |
| CMYK | 0.74 | 0 | 0.72 | 0.46 |
| HSL | 121.18º | 0.59% | 0.34% | - |
| HSV(B) | 121.18º | 0.74% | 0.54% | - |
| XYZ | 10.17 | 18.69 | 4.91 | - |
| YUV | 96.1 | 95.21 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 138 | 38 | 0.74 | 0 | 0.72 | 0.46 | 121.18 | 0.59 | 0.34 |
| Hex | 24 | 8A | 26 | 4A | 0 | 48 | 2E | 79 | 3B | 22 |
| Octal | 44 | 212 | 46 | 112 | 0 | 110 | 56 | 171 | 73 | 42 |
| Binary | 100100 | 10001010 | 100110 | 1001010 | 0 | 1001000 | 101110 | 1111001 | 111011 | 100010 |
Color Harmonies of #248A26
Complementary color
Monochromatic Colors of #248A26
Black with #248A26
Text Example
Text Example
White with #248A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248A26; }
p { color: rgb(36,138,38); }
H1.HeaderClassName
{
color: #248A26;
}
.AnyTagClassName
{
color: #248A26;
}
</style>
background-color css
<style>
a { background-color: #248A26; }
a { background-color: rgb(36,138,38); }
div.DivClassName
{
background-color: #248A26;
}
.BgClassName
{
background-color: #248A26;
}
</style>
border-color css
<style>
span { border-color: #248A26; }
span { border-color: rgb(36,138,38); }
td.TdClassName
{
border-color: #248A26;
}
.TagClassName
{
border-color: #248A26;
}
</style>