Shades of Forest Green #248C33
Tints of Forest Green #248C33
RGB
CMYK
RGB Variations
Color information
#248C33 (or 0x248C33) is known color: Forest Green. HEX triplet: 24, 8C and 33. RGB value is (36,140,51). Sum of RGB (Red+Green+Blue) = 36+140+51=227 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.86% from 227); Green value is 140 (55.08% from 255 or 61.67% from 227); Blue value is 51 (20.31% from 255 or 22.47% from 227); Max value from RGB is 140 - color contains mainly: green. Hex color #248C33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248C33 is #DB73CC. Grayscale: #636363. Windows color (decimal): -14382029 or 3378212. OLE color: 3378212.
HSL color Cylindrical-coordinate representation of color #248C33: hue angle of 128.65º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248C33 is Cyan = 0.74, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 140 | 51 | - |
| CMYK | 0.74 | 0 | 0.64 | 0.45 |
| HSL | 128.65º | 0.59% | 0.35% | - |
| HSV(B) | 128.65º | 0.74% | 0.55% | - |
| XYZ | 10.7 | 19.37 | 6.31 | - |
| YUV | 98.76 | 101.04 | 83.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 140 | 51 | 0.74 | 0 | 0.64 | 0.45 | 128.65 | 0.59 | 0.35 |
| Hex | 24 | 8C | 33 | 4A | 0 | 40 | 2D | 81 | 3B | 23 |
| Octal | 44 | 214 | 63 | 112 | 0 | 100 | 55 | 201 | 73 | 43 |
| Binary | 100100 | 10001100 | 110011 | 1001010 | 0 | 1000000 | 101101 | 10000001 | 111011 | 100011 |
Color Harmonies of #248C33
Complementary color
Monochromatic Colors of #248C33
Black with #248C33
Text Example
Text Example
White with #248C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248C33; }
p { color: rgb(36,140,51); }
H1.HeaderClassName
{
color: #248C33;
}
.AnyTagClassName
{
color: #248C33;
}
</style>
background-color css
<style>
a { background-color: #248C33; }
a { background-color: rgb(36,140,51); }
div.DivClassName
{
background-color: #248C33;
}
.BgClassName
{
background-color: #248C33;
}
</style>
border-color css
<style>
span { border-color: #248C33; }
span { border-color: rgb(36,140,51); }
td.TdClassName
{
border-color: #248C33;
}
.TagClassName
{
border-color: #248C33;
}
</style>