Shades of Forest Green #248B2D
Tints of Forest Green #248B2D
RGB
CMYK
RGB Variations
Color information
#248B2D (or 0x248B2D) is known color: Forest Green. HEX triplet: 24, 8B and 2D. RGB value is (36,139,45). Sum of RGB (Red+Green+Blue) = 36+139+45=220 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.36% from 220); Green value is 139 (54.69% from 255 or 63.18% from 220); Blue value is 45 (17.97% from 255 or 20.45% from 220); Max value from RGB is 139 - color contains mainly: green. Hex color #248B2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248B2D is #DB74D2. Grayscale: #616161. Windows color (decimal): -14382291 or 2984740. OLE color: 2984740.
HSL color Cylindrical-coordinate representation of color #248B2D: hue angle of 125.24º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248B2D is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 139 | 45 | - |
| CMYK | 0.74 | 0 | 0.68 | 0.45 |
| HSL | 125.24º | 0.59% | 0.34% | - |
| HSV(B) | 125.24º | 0.74% | 0.55% | - |
| XYZ | 10.43 | 19.03 | 5.61 | - |
| YUV | 97.49 | 98.38 | 84.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 139 | 45 | 0.74 | 0 | 0.68 | 0.45 | 125.24 | 0.59 | 0.34 |
| Hex | 24 | 8B | 2D | 4A | 0 | 44 | 2D | 7D | 3B | 22 |
| Octal | 44 | 213 | 55 | 112 | 0 | 104 | 55 | 175 | 73 | 42 |
| Binary | 100100 | 10001011 | 101101 | 1001010 | 0 | 1000100 | 101101 | 1111101 | 111011 | 100010 |
Color Harmonies of #248B2D
Complementary color
Monochromatic Colors of #248B2D
Black with #248B2D
Text Example
Text Example
White with #248B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248B2D; }
p { color: rgb(36,139,45); }
H1.HeaderClassName
{
color: #248B2D;
}
.AnyTagClassName
{
color: #248B2D;
}
</style>
background-color css
<style>
a { background-color: #248B2D; }
a { background-color: rgb(36,139,45); }
div.DivClassName
{
background-color: #248B2D;
}
.BgClassName
{
background-color: #248B2D;
}
</style>
border-color css
<style>
span { border-color: #248B2D; }
span { border-color: rgb(36,139,45); }
td.TdClassName
{
border-color: #248B2D;
}
.TagClassName
{
border-color: #248B2D;
}
</style>