Shades of Dark Pastel Green #24B240
Tints of Dark Pastel Green #24B240
RGB
CMYK
RGB Variations
Color information
#24B240 (or 0x24B240) is known color: Dark Pastel Green. HEX triplet: 24, B2 and 40. RGB value is (36,178,64). Sum of RGB (Red+Green+Blue) = 36+178+64=278 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.95% from 278); Green value is 178 (69.92% from 255 or 64.03% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 178 - color contains mainly: green. Hex color #24B240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #24B240 is #DB4DBF. Grayscale: #7A7A7A. Windows color (decimal): -14372288 or 4239908. OLE color: 4239908.
HSL color Cylindrical-coordinate representation of color #24B240: hue angle of 131.83º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #24B240 is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 36 | 178 | 64 | - |
| CMYK | 0.80 | 0 | 0.64 | 0.30 |
| HSL | 131.83º | 0.66% | 0.42% | - |
| HSV(B) | 131.83º | 0.8% | 0.7% | - |
| XYZ | 17.57 | 32.59 | 10.21 | - |
| YUV | 122.55 | 94.96 | 66.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 178 | 64 | 0.80 | 0 | 0.64 | 0.30 | 131.83 | 0.66 | 0.42 |
| Hex | 24 | B2 | 40 | 50 | 0 | 40 | 1E | 84 | 42 | 2A |
| Octal | 44 | 262 | 100 | 120 | 0 | 100 | 36 | 204 | 102 | 52 |
| Binary | 100100 | 10110010 | 1000000 | 1010000 | 0 | 1000000 | 11110 | 10000100 | 1000010 | 101010 |
Color Harmonies of #24B240
Complementary color
Monochromatic Colors of #24B240
Black with #24B240
Text Example
Text Example
White with #24B240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24B240; }
p { color: rgb(36,178,64); }
H1.HeaderClassName
{
color: #24B240;
}
.AnyTagClassName
{
color: #24B240;
}
</style>
background-color css
<style>
a { background-color: #24B240; }
a { background-color: rgb(36,178,64); }
div.DivClassName
{
background-color: #24B240;
}
.BgClassName
{
background-color: #24B240;
}
</style>
border-color css
<style>
span { border-color: #24B240; }
span { border-color: rgb(36,178,64); }
td.TdClassName
{
border-color: #24B240;
}
.TagClassName
{
border-color: #24B240;
}
</style>