Shades of Dark Pastel Green #18B032
Tints of Dark Pastel Green #18B032
RGB
CMYK
RGB Variations
Color information
#18B032 (or 0x18B032) is known color: Dark Pastel Green. HEX triplet: 18, B0 and 32. RGB value is (24,176,50). Sum of RGB (Red+Green+Blue) = 24+176+50=250 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.6% from 250); Green value is 176 (69.14% from 255 or 70.4% from 250); Blue value is 50 (19.92% from 255 or 20% from 250); Max value from RGB is 176 - color contains mainly: green. Hex color #18B032 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18B032 is #E74FCD. Grayscale: #747474. Windows color (decimal): -15159246 or 3321880. OLE color: 3321880.
HSL color Cylindrical-coordinate representation of color #18B032: hue angle of 130.26º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18B032 is Cyan = 0.86, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 24 | 176 | 50 | - |
| CMYK | 0.86 | 0 | 0.72 | 0.31 |
| HSL | 130.26º | 0.76% | 0.39% | - |
| HSV(B) | 130.26º | 0.86% | 0.69% | - |
| XYZ | 16.48 | 31.48 | 8.22 | - |
| YUV | 116.19 | 90.64 | 62.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 176 | 50 | 0.86 | 0 | 0.72 | 0.31 | 130.26 | 0.76 | 0.39 |
| Hex | 18 | B0 | 32 | 56 | 0 | 48 | 1F | 82 | 4C | 27 |
| Octal | 30 | 260 | 62 | 126 | 0 | 110 | 37 | 202 | 114 | 47 |
| Binary | 11000 | 10110000 | 110010 | 1010110 | 0 | 1001000 | 11111 | 10000010 | 1001100 | 100111 |
Color Harmonies of #18B032
Complementary color
Monochromatic Colors of #18B032
Black with #18B032
Text Example
Text Example
White with #18B032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B032; }
p { color: rgb(24,176,50); }
H1.HeaderClassName
{
color: #18B032;
}
.AnyTagClassName
{
color: #18B032;
}
</style>
background-color css
<style>
a { background-color: #18B032; }
a { background-color: rgb(24,176,50); }
div.DivClassName
{
background-color: #18B032;
}
.BgClassName
{
background-color: #18B032;
}
</style>
border-color css
<style>
span { border-color: #18B032; }
span { border-color: rgb(24,176,50); }
td.TdClassName
{
border-color: #18B032;
}
.TagClassName
{
border-color: #18B032;
}
</style>