Shades of Dark Pastel Green #24BD48
Tints of Dark Pastel Green #24BD48
RGB
CMYK
RGB Variations
Color information
#24BD48 (or 0x24BD48) is known color: Dark Pastel Green. HEX triplet: 24, BD and 48. RGB value is (36,189,72). Sum of RGB (Red+Green+Blue) = 36+189+72=297 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.12% from 297); Green value is 189 (74.22% from 255 or 63.64% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 189 - color contains mainly: green. Hex color #24BD48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #24BD48 is #DB42B7. Grayscale: #828282. Windows color (decimal): -14369464 or 4767012. OLE color: 4767012.
HSL color Cylindrical-coordinate representation of color #24BD48: hue angle of 134.12º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #24BD48 is Cyan = 0.81, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 189 | 72 | - |
| CMYK | 0.81 | 0 | 0.62 | 0.26 |
| HSL | 134.12º | 0.68% | 0.44% | - |
| HSV(B) | 134.12º | 0.81% | 0.74% | - |
| XYZ | 20.09 | 37.24 | 12.26 | - |
| YUV | 129.92 | 95.31 | 61.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 189 | 72 | 0.81 | 0 | 0.62 | 0.26 | 134.12 | 0.68 | 0.44 |
| Hex | 24 | BD | 48 | 51 | 0 | 3E | 1A | 86 | 44 | 2C |
| Octal | 44 | 275 | 110 | 121 | 0 | 76 | 32 | 206 | 104 | 54 |
| Binary | 100100 | 10111101 | 1001000 | 1010001 | 0 | 111110 | 11010 | 10000110 | 1000100 | 101100 |
Color Harmonies of #24BD48
Complementary color
Monochromatic Colors of #24BD48
Black with #24BD48
Text Example
Text Example
White with #24BD48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BD48; }
p { color: rgb(36,189,72); }
H1.HeaderClassName
{
color: #24BD48;
}
.AnyTagClassName
{
color: #24BD48;
}
</style>
background-color css
<style>
a { background-color: #24BD48; }
a { background-color: rgb(36,189,72); }
div.DivClassName
{
background-color: #24BD48;
}
.BgClassName
{
background-color: #24BD48;
}
</style>
border-color css
<style>
span { border-color: #24BD48; }
span { border-color: rgb(36,189,72); }
td.TdClassName
{
border-color: #24BD48;
}
.TagClassName
{
border-color: #24BD48;
}
</style>