Shades of Forest Green #248A28
Tints of Forest Green #248A28
RGB
CMYK
RGB Variations
Color information
#248A28 (or 0x248A28) is known color: Forest Green. HEX triplet: 24, 8A and 28. RGB value is (36,138,40). Sum of RGB (Red+Green+Blue) = 36+138+40=214 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.82% from 214); Green value is 138 (54.30% from 255 or 64.49% from 214); Blue value is 40 (16.02% from 255 or 18.69% from 214); Max value from RGB is 138 - color contains mainly: green. Hex color #248A28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248A28 is #DB75D7. Grayscale: #606060. Windows color (decimal): -14382552 or 2656804. OLE color: 2656804.
HSL color Cylindrical-coordinate representation of color #248A28: hue angle of 122.35º 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 #248A28 is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 36 | 138 | 40 | - |
| CMYK | 0.74 | 0 | 0.71 | 0.46 |
| HSL | 122.35º | 0.59% | 0.34% | - |
| HSV(B) | 122.35º | 0.74% | 0.54% | - |
| XYZ | 10.2 | 18.71 | 5.08 | - |
| YUV | 96.33 | 96.21 | 84.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 138 | 40 | 0.74 | 0 | 0.71 | 0.46 | 122.35 | 0.59 | 0.34 |
| Hex | 24 | 8A | 28 | 4A | 0 | 47 | 2E | 7A | 3B | 22 |
| Octal | 44 | 212 | 50 | 112 | 0 | 107 | 56 | 172 | 73 | 42 |
| Binary | 100100 | 10001010 | 101000 | 1001010 | 0 | 1000111 | 101110 | 1111010 | 111011 | 100010 |
Color Harmonies of #248A28
Complementary color
Monochromatic Colors of #248A28
Black with #248A28
Text Example
Text Example
White with #248A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248A28; }
p { color: rgb(36,138,40); }
H1.HeaderClassName
{
color: #248A28;
}
.AnyTagClassName
{
color: #248A28;
}
</style>
background-color css
<style>
a { background-color: #248A28; }
a { background-color: rgb(36,138,40); }
div.DivClassName
{
background-color: #248A28;
}
.BgClassName
{
background-color: #248A28;
}
</style>
border-color css
<style>
span { border-color: #248A28; }
span { border-color: rgb(36,138,40); }
td.TdClassName
{
border-color: #248A28;
}
.TagClassName
{
border-color: #248A28;
}
</style>