Shades of Forest Green #248A05
Tints of Forest Green #248A05
RGB
CMYK
RGB Variations
Color information
#248A05 (or 0x248A05) is known color: Forest Green. HEX triplet: 24, 8A and 05. RGB value is (36,138,5). Sum of RGB (Red+Green+Blue) = 36+138+5=179 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.11% from 179); Green value is 138 (54.30% from 255 or 77.09% from 179); Blue value is 5 (2.34% from 255 or 2.79% from 179); Max value from RGB is 138 - color contains mainly: green. Hex color #248A05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #248A05 is #DB75FA. Grayscale: #5C5C5C. Windows color (decimal): -14382587 or 363044. OLE color: 363044.
HSL color Cylindrical-coordinate representation of color #248A05: hue angle of 106.02º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #248A05 is Cyan = 0.74, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 36 | 138 | 5 | - |
| CMYK | 0.74 | 0 | 0.96 | 0.46 |
| HSL | 106.02º | 0.93% | 0.28% | - |
| HSV(B) | 106.02º | 0.96% | 0.54% | - |
| XYZ | 9.84 | 18.56 | 3.21 | - |
| YUV | 92.34 | 78.71 | 87.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 138 | 5 | 0.74 | 0 | 0.96 | 0.46 | 106.02 | 0.93 | 0.28 |
| Hex | 24 | 8A | 5 | 4A | 0 | 60 | 2E | 6A | 5D | 1C |
| Octal | 44 | 212 | 5 | 112 | 0 | 140 | 56 | 152 | 135 | 34 |
| Binary | 100100 | 10001010 | 101 | 1001010 | 0 | 1100000 | 101110 | 1101010 | 1011101 | 11100 |
Color Harmonies of #248A05
Complementary color
Monochromatic Colors of #248A05
Black with #248A05
Text Example
Text Example
White with #248A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248A05; }
p { color: rgb(36,138,5); }
H1.HeaderClassName
{
color: #248A05;
}
.AnyTagClassName
{
color: #248A05;
}
</style>
background-color css
<style>
a { background-color: #248A05; }
a { background-color: rgb(36,138,5); }
div.DivClassName
{
background-color: #248A05;
}
.BgClassName
{
background-color: #248A05;
}
</style>
border-color css
<style>
span { border-color: #248A05; }
span { border-color: rgb(36,138,5); }
td.TdClassName
{
border-color: #248A05;
}
.TagClassName
{
border-color: #248A05;
}
</style>