Shades of Forest Green #248A30
Tints of Forest Green #248A30
RGB
CMYK
RGB Variations
Color information
#248A30 (or 0x248A30) is known color: Forest Green. HEX triplet: 24, 8A and 30. RGB value is (36,138,48). Sum of RGB (Red+Green+Blue) = 36+138+48=222 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.22% from 222); Green value is 138 (54.30% from 255 or 62.16% from 222); Blue value is 48 (19.14% from 255 or 21.62% from 222); Max value from RGB is 138 - color contains mainly: green. Hex color #248A30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248A30 is #DB75CF. Grayscale: #616161. Windows color (decimal): -14382544 or 3181092. OLE color: 3181092.
HSL color Cylindrical-coordinate representation of color #248A30: hue angle of 127.06º 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 #248A30 is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 36 | 138 | 48 | - |
| CMYK | 0.74 | 0 | 0.65 | 0.46 |
| HSL | 127.06º | 0.59% | 0.34% | - |
| HSV(B) | 127.06º | 0.74% | 0.54% | - |
| XYZ | 10.35 | 18.77 | 5.87 | - |
| YUV | 97.24 | 100.21 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 138 | 48 | 0.74 | 0 | 0.65 | 0.46 | 127.06 | 0.59 | 0.34 |
| Hex | 24 | 8A | 30 | 4A | 0 | 41 | 2E | 7F | 3B | 22 |
| Octal | 44 | 212 | 60 | 112 | 0 | 101 | 56 | 177 | 73 | 42 |
| Binary | 100100 | 10001010 | 110000 | 1001010 | 0 | 1000001 | 101110 | 1111111 | 111011 | 100010 |
Color Harmonies of #248A30
Complementary color
Monochromatic Colors of #248A30
Black with #248A30
Text Example
Text Example
White with #248A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248A30; }
p { color: rgb(36,138,48); }
H1.HeaderClassName
{
color: #248A30;
}
.AnyTagClassName
{
color: #248A30;
}
</style>
background-color css
<style>
a { background-color: #248A30; }
a { background-color: rgb(36,138,48); }
div.DivClassName
{
background-color: #248A30;
}
.BgClassName
{
background-color: #248A30;
}
</style>
border-color css
<style>
span { border-color: #248A30; }
span { border-color: rgb(36,138,48); }
td.TdClassName
{
border-color: #248A30;
}
.TagClassName
{
border-color: #248A30;
}
</style>