Shades of Dark Pastel Green #18B32C
Tints of Dark Pastel Green #18B32C
RGB
CMYK
RGB Variations
Color information
#18B32C (or 0x18B32C) is known color: Dark Pastel Green. HEX triplet: 18, B3 and 2C. RGB value is (24,179,44). Sum of RGB (Red+Green+Blue) = 24+179+44=247 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.72% from 247); Green value is 179 (70.31% from 255 or 72.47% from 247); Blue value is 44 (17.58% from 255 or 17.81% from 247); Max value from RGB is 179 - color contains mainly: green. Hex color #18B32C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18B32C is #E74CD3. Grayscale: #757575. Windows color (decimal): -15158484 or 2929432. OLE color: 2929432.
HSL color Cylindrical-coordinate representation of color #18B32C: hue angle of 127.74º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B32C is Cyan = 0.87, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 24 | 179 | 44 | - |
| CMYK | 0.87 | 0 | 0.75 | 0.30 |
| HSL | 127.74º | 0.76% | 0.4% | - |
| HSV(B) | 127.74º | 0.87% | 0.7% | - |
| XYZ | 16.95 | 32.62 | 7.79 | - |
| YUV | 117.27 | 86.65 | 61.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 179 | 44 | 0.87 | 0 | 0.75 | 0.30 | 127.74 | 0.76 | 0.4 |
| Hex | 18 | B3 | 2C | 57 | 0 | 4B | 1E | 80 | 4C | 28 |
| Octal | 30 | 263 | 54 | 127 | 0 | 113 | 36 | 200 | 114 | 50 |
| Binary | 11000 | 10110011 | 101100 | 1010111 | 0 | 1001011 | 11110 | 10000000 | 1001100 | 101000 |
Color Harmonies of #18B32C
Complementary color
Monochromatic Colors of #18B32C
Black with #18B32C
Text Example
Text Example
White with #18B32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B32C; }
p { color: rgb(24,179,44); }
H1.HeaderClassName
{
color: #18B32C;
}
.AnyTagClassName
{
color: #18B32C;
}
</style>
background-color css
<style>
a { background-color: #18B32C; }
a { background-color: rgb(24,179,44); }
div.DivClassName
{
background-color: #18B32C;
}
.BgClassName
{
background-color: #18B32C;
}
</style>
border-color css
<style>
span { border-color: #18B32C; }
span { border-color: rgb(24,179,44); }
td.TdClassName
{
border-color: #18B32C;
}
.TagClassName
{
border-color: #18B32C;
}
</style>