Shades of Dark Pastel Green #18B529
Tints of Dark Pastel Green #18B529
RGB
CMYK
RGB Variations
Color information
#18B529 (or 0x18B529) is known color: Dark Pastel Green. HEX triplet: 18, B5 and 29. RGB value is (24,181,41). Sum of RGB (Red+Green+Blue) = 24+181+41=246 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.76% from 246); Green value is 181 (71.09% from 255 or 73.58% from 246); Blue value is 41 (16.41% from 255 or 16.67% from 246); Max value from RGB is 181 - color contains mainly: green. Hex color #18B529 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18B529 is #E74AD6. Grayscale: #767676. Windows color (decimal): -15157975 or 2733336. OLE color: 2733336.
HSL color Cylindrical-coordinate representation of color #18B529: hue angle of 126.5º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B529 is Cyan = 0.87, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 24 | 181 | 41 | - |
| CMYK | 0.87 | 0 | 0.77 | 0.29 |
| HSL | 126.5º | 0.77% | 0.4% | - |
| HSV(B) | 126.5º | 0.87% | 0.71% | - |
| XYZ | 17.3 | 33.4 | 7.63 | - |
| YUV | 118.1 | 84.49 | 60.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 181 | 41 | 0.87 | 0 | 0.77 | 0.29 | 126.5 | 0.77 | 0.4 |
| Hex | 18 | B5 | 29 | 57 | 0 | 4D | 1D | 7E | 4D | 28 |
| Octal | 30 | 265 | 51 | 127 | 0 | 115 | 35 | 176 | 115 | 50 |
| Binary | 11000 | 10110101 | 101001 | 1010111 | 0 | 1001101 | 11101 | 1111110 | 1001101 | 101000 |
Color Harmonies of #18B529
Complementary color
Monochromatic Colors of #18B529
Black with #18B529
Text Example
Text Example
White with #18B529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B529; }
p { color: rgb(24,181,41); }
H1.HeaderClassName
{
color: #18B529;
}
.AnyTagClassName
{
color: #18B529;
}
</style>
background-color css
<style>
a { background-color: #18B529; }
a { background-color: rgb(24,181,41); }
div.DivClassName
{
background-color: #18B529;
}
.BgClassName
{
background-color: #18B529;
}
</style>
border-color css
<style>
span { border-color: #18B529; }
span { border-color: rgb(24,181,41); }
td.TdClassName
{
border-color: #18B529;
}
.TagClassName
{
border-color: #18B529;
}
</style>