Shades of Dark Pastel Green #24B241
Tints of Dark Pastel Green #24B241
RGB
CMYK
RGB Variations
Color information
#24B241 (or 0x24B241) is known color: Dark Pastel Green. HEX triplet: 24, B2 and 41. RGB value is (36,178,65). Sum of RGB (Red+Green+Blue) = 36+178+65=279 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.90% from 279); Green value is 178 (69.92% from 255 or 63.80% from 279); Blue value is 65 (25.78% from 255 or 23.30% from 279); Max value from RGB is 178 - color contains mainly: green. Hex color #24B241 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #24B241 is #DB4DBE. Grayscale: #7A7A7A. Windows color (decimal): -14372287 or 4305444. OLE color: 4305444.
HSL color Cylindrical-coordinate representation of color #24B241: hue angle of 132.25º 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 #24B241 is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 36 | 178 | 65 | - |
| CMYK | 0.80 | 0 | 0.63 | 0.30 |
| HSL | 132.25º | 0.66% | 0.42% | - |
| HSV(B) | 132.25º | 0.8% | 0.7% | - |
| XYZ | 17.6 | 32.6 | 10.37 | - |
| YUV | 122.66 | 95.46 | 66.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 178 | 65 | 0.80 | 0 | 0.63 | 0.30 | 132.25 | 0.66 | 0.42 |
| Hex | 24 | B2 | 41 | 50 | 0 | 3F | 1E | 84 | 42 | 2A |
| Octal | 44 | 262 | 101 | 120 | 0 | 77 | 36 | 204 | 102 | 52 |
| Binary | 100100 | 10110010 | 1000001 | 1010000 | 0 | 111111 | 11110 | 10000100 | 1000010 | 101010 |
Color Harmonies of #24B241
Complementary color
Monochromatic Colors of #24B241
Black with #24B241
Text Example
Text Example
White with #24B241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24B241; }
p { color: rgb(36,178,65); }
H1.HeaderClassName
{
color: #24B241;
}
.AnyTagClassName
{
color: #24B241;
}
</style>
background-color css
<style>
a { background-color: #24B241; }
a { background-color: rgb(36,178,65); }
div.DivClassName
{
background-color: #24B241;
}
.BgClassName
{
background-color: #24B241;
}
</style>
border-color css
<style>
span { border-color: #24B241; }
span { border-color: rgb(36,178,65); }
td.TdClassName
{
border-color: #24B241;
}
.TagClassName
{
border-color: #24B241;
}
</style>