Shades of Dark Pastel Green #24B13F
Tints of Dark Pastel Green #24B13F
RGB
CMYK
RGB Variations
Color information
#24B13F (or 0x24B13F) is known color: Dark Pastel Green. HEX triplet: 24, B1 and 3F. RGB value is (36,177,63). Sum of RGB (Red+Green+Blue) = 36+177+63=276 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.04% from 276); Green value is 177 (69.53% from 255 or 64.13% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 177 - color contains mainly: green. Hex color #24B13F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #24B13F is #DB4EC0. Grayscale: #7A7A7A. Windows color (decimal): -14372545 or 4174116. OLE color: 4174116.
HSL color Cylindrical-coordinate representation of color #24B13F: hue angle of 131.49º 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 #24B13F is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 36 | 177 | 63 | - |
| CMYK | 0.80 | 0 | 0.64 | 0.31 |
| HSL | 131.49º | 0.66% | 0.42% | - |
| HSV(B) | 131.49º | 0.8% | 0.69% | - |
| XYZ | 17.35 | 32.18 | 10 | - |
| YUV | 121.85 | 94.79 | 66.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 177 | 63 | 0.80 | 0 | 0.64 | 0.31 | 131.49 | 0.66 | 0.42 |
| Hex | 24 | B1 | 3F | 50 | 0 | 40 | 1F | 83 | 42 | 2A |
| Octal | 44 | 261 | 77 | 120 | 0 | 100 | 37 | 203 | 102 | 52 |
| Binary | 100100 | 10110001 | 111111 | 1010000 | 0 | 1000000 | 11111 | 10000011 | 1000010 | 101010 |
Color Harmonies of #24B13F
Complementary color
Monochromatic Colors of #24B13F
Black with #24B13F
Text Example
Text Example
White with #24B13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24B13F; }
p { color: rgb(36,177,63); }
H1.HeaderClassName
{
color: #24B13F;
}
.AnyTagClassName
{
color: #24B13F;
}
</style>
background-color css
<style>
a { background-color: #24B13F; }
a { background-color: rgb(36,177,63); }
div.DivClassName
{
background-color: #24B13F;
}
.BgClassName
{
background-color: #24B13F;
}
</style>
border-color css
<style>
span { border-color: #24B13F; }
span { border-color: rgb(36,177,63); }
td.TdClassName
{
border-color: #24B13F;
}
.TagClassName
{
border-color: #24B13F;
}
</style>