Shades of Forest Green #248B05
Tints of Forest Green #248B05
RGB
CMYK
RGB Variations
Color information
#248B05 (or 0x248B05) is known color: Forest Green. HEX triplet: 24, 8B and 05. RGB value is (36,139,5). Sum of RGB (Red+Green+Blue) = 36+139+5=180 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20% from 180); Green value is 139 (54.69% from 255 or 77.22% from 180); Blue value is 5 (2.34% from 255 or 2.78% from 180); Max value from RGB is 139 - color contains mainly: green. Hex color #248B05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #248B05 is #DB74FA. Grayscale: #5D5D5D. Windows color (decimal): -14382331 or 363300. OLE color: 363300.
HSL color Cylindrical-coordinate representation of color #248B05: hue angle of 106.12º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #248B05 is Cyan = 0.74, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 139 | 5 | - |
| CMYK | 0.74 | 0 | 0.96 | 0.45 |
| HSL | 106.12º | 0.93% | 0.28% | - |
| HSV(B) | 106.12º | 0.96% | 0.55% | - |
| XYZ | 9.99 | 18.85 | 3.26 | - |
| YUV | 92.93 | 78.38 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 139 | 5 | 0.74 | 0 | 0.96 | 0.45 | 106.12 | 0.93 | 0.28 |
| Hex | 24 | 8B | 5 | 4A | 0 | 60 | 2D | 6A | 5D | 1C |
| Octal | 44 | 213 | 5 | 112 | 0 | 140 | 55 | 152 | 135 | 34 |
| Binary | 100100 | 10001011 | 101 | 1001010 | 0 | 1100000 | 101101 | 1101010 | 1011101 | 11100 |
Color Harmonies of #248B05
Complementary color
Monochromatic Colors of #248B05
Black with #248B05
Text Example
Text Example
White with #248B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248B05; }
p { color: rgb(36,139,5); }
H1.HeaderClassName
{
color: #248B05;
}
.AnyTagClassName
{
color: #248B05;
}
</style>
background-color css
<style>
a { background-color: #248B05; }
a { background-color: rgb(36,139,5); }
div.DivClassName
{
background-color: #248B05;
}
.BgClassName
{
background-color: #248B05;
}
</style>
border-color css
<style>
span { border-color: #248B05; }
span { border-color: rgb(36,139,5); }
td.TdClassName
{
border-color: #248B05;
}
.TagClassName
{
border-color: #248B05;
}
</style>