Shades of Dark Pastel Green #24B140
Tints of Dark Pastel Green #24B140
RGB
CMYK
RGB Variations
Color information
#24B140 (or 0x24B140) is known color: Dark Pastel Green. HEX triplet: 24, B1 and 40. RGB value is (36,177,64). Sum of RGB (Red+Green+Blue) = 36+177+64=277 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.00% from 277); Green value is 177 (69.53% from 255 or 63.90% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 177 - color contains mainly: green. Hex color #24B140 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #24B140 is #DB4EBF. Grayscale: #7A7A7A. Windows color (decimal): -14372544 or 4239652. OLE color: 4239652.
HSL color Cylindrical-coordinate representation of color #24B140: hue angle of 131.91º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #24B140 is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 36 | 177 | 64 | - |
| CMYK | 0.80 | 0 | 0.64 | 0.31 |
| HSL | 131.91º | 0.66% | 0.42% | - |
| HSV(B) | 131.91º | 0.8% | 0.69% | - |
| XYZ | 17.38 | 32.19 | 10.15 | - |
| YUV | 121.96 | 95.29 | 66.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 177 | 64 | 0.80 | 0 | 0.64 | 0.31 | 131.91 | 0.66 | 0.42 |
| Hex | 24 | B1 | 40 | 50 | 0 | 40 | 1F | 84 | 42 | 2A |
| Octal | 44 | 261 | 100 | 120 | 0 | 100 | 37 | 204 | 102 | 52 |
| Binary | 100100 | 10110001 | 1000000 | 1010000 | 0 | 1000000 | 11111 | 10000100 | 1000010 | 101010 |
Color Harmonies of #24B140
Complementary color
Monochromatic Colors of #24B140
Black with #24B140
Text Example
Text Example
White with #24B140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24B140; }
p { color: rgb(36,177,64); }
H1.HeaderClassName
{
color: #24B140;
}
.AnyTagClassName
{
color: #24B140;
}
</style>
background-color css
<style>
a { background-color: #24B140; }
a { background-color: rgb(36,177,64); }
div.DivClassName
{
background-color: #24B140;
}
.BgClassName
{
background-color: #24B140;
}
</style>
border-color css
<style>
span { border-color: #24B140; }
span { border-color: rgb(36,177,64); }
td.TdClassName
{
border-color: #24B140;
}
.TagClassName
{
border-color: #24B140;
}
</style>