Shades of Forest Green #248B1D
Tints of Forest Green #248B1D
RGB
CMYK
RGB Variations
Color information
#248B1D (or 0x248B1D) is known color: Forest Green. HEX triplet: 24, 8B and 1D. RGB value is (36,139,29). Sum of RGB (Red+Green+Blue) = 36+139+29=204 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.65% from 204); Green value is 139 (54.69% from 255 or 68.14% from 204); Blue value is 29 (11.72% from 255 or 14.22% from 204); Max value from RGB is 139 - color contains mainly: green. Hex color #248B1D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248B1D is #DB74E2. Grayscale: #5F5F5F. Windows color (decimal): -14382307 or 1936164. OLE color: 1936164.
HSL color Cylindrical-coordinate representation of color #248B1D: hue angle of 116.18º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #248B1D is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 139 | 29 | - |
| CMYK | 0.74 | 0 | 0.79 | 0.45 |
| HSL | 116.18º | 0.65% | 0.33% | - |
| HSV(B) | 116.18º | 0.79% | 0.55% | - |
| XYZ | 10.18 | 18.93 | 4.28 | - |
| YUV | 95.66 | 90.38 | 85.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 139 | 29 | 0.74 | 0 | 0.79 | 0.45 | 116.18 | 0.65 | 0.33 |
| Hex | 24 | 8B | 1D | 4A | 0 | 4F | 2D | 74 | 41 | 21 |
| Octal | 44 | 213 | 35 | 112 | 0 | 117 | 55 | 164 | 101 | 41 |
| Binary | 100100 | 10001011 | 11101 | 1001010 | 0 | 1001111 | 101101 | 1110100 | 1000001 | 100001 |
Color Harmonies of #248B1D
Complementary color
Monochromatic Colors of #248B1D
Black with #248B1D
Text Example
Text Example
White with #248B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248B1D; }
p { color: rgb(36,139,29); }
H1.HeaderClassName
{
color: #248B1D;
}
.AnyTagClassName
{
color: #248B1D;
}
</style>
background-color css
<style>
a { background-color: #248B1D; }
a { background-color: rgb(36,139,29); }
div.DivClassName
{
background-color: #248B1D;
}
.BgClassName
{
background-color: #248B1D;
}
</style>
border-color css
<style>
span { border-color: #248B1D; }
span { border-color: rgb(36,139,29); }
td.TdClassName
{
border-color: #248B1D;
}
.TagClassName
{
border-color: #248B1D;
}
</style>