Shades of Dark Pastel Green #18B329
Tints of Dark Pastel Green #18B329
RGB
CMYK
RGB Variations
Color information
#18B329 (or 0x18B329) is known color: Dark Pastel Green. HEX triplet: 18, B3 and 29. RGB value is (24,179,41). Sum of RGB (Red+Green+Blue) = 24+179+41=244 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.84% from 244); Green value is 179 (70.31% from 255 or 73.36% from 244); Blue value is 41 (16.41% from 255 or 16.80% from 244); Max value from RGB is 179 - color contains mainly: green. Hex color #18B329 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18B329 is #E74CD6. Grayscale: #757575. Windows color (decimal): -15158487 or 2732824. OLE color: 2732824.
HSL color Cylindrical-coordinate representation of color #18B329: hue angle of 126.58º 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 #18B329 is Cyan = 0.87, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 24 | 179 | 41 | - |
| CMYK | 0.87 | 0 | 0.77 | 0.30 |
| HSL | 126.58º | 0.76% | 0.4% | - |
| HSV(B) | 126.58º | 0.87% | 0.7% | - |
| XYZ | 16.9 | 32.59 | 7.5 | - |
| YUV | 116.92 | 85.15 | 61.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 179 | 41 | 0.87 | 0 | 0.77 | 0.30 | 126.58 | 0.76 | 0.4 |
| Hex | 18 | B3 | 29 | 57 | 0 | 4D | 1E | 7F | 4C | 28 |
| Octal | 30 | 263 | 51 | 127 | 0 | 115 | 36 | 177 | 114 | 50 |
| Binary | 11000 | 10110011 | 101001 | 1010111 | 0 | 1001101 | 11110 | 1111111 | 1001100 | 101000 |
Color Harmonies of #18B329
Complementary color
Monochromatic Colors of #18B329
Black with #18B329
Text Example
Text Example
White with #18B329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B329; }
p { color: rgb(24,179,41); }
H1.HeaderClassName
{
color: #18B329;
}
.AnyTagClassName
{
color: #18B329;
}
</style>
background-color css
<style>
a { background-color: #18B329; }
a { background-color: rgb(24,179,41); }
div.DivClassName
{
background-color: #18B329;
}
.BgClassName
{
background-color: #18B329;
}
</style>
border-color css
<style>
span { border-color: #18B329; }
span { border-color: rgb(24,179,41); }
td.TdClassName
{
border-color: #18B329;
}
.TagClassName
{
border-color: #18B329;
}
</style>