Shades of Dark Pastel Green #18B32D
Tints of Dark Pastel Green #18B32D
RGB
CMYK
RGB Variations
Color information
#18B32D (or 0x18B32D) is known color: Dark Pastel Green. HEX triplet: 18, B3 and 2D. RGB value is (24,179,45). Sum of RGB (Red+Green+Blue) = 24+179+45=248 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.68% from 248); Green value is 179 (70.31% from 255 or 72.18% from 248); Blue value is 45 (17.97% from 255 or 18.15% from 248); Max value from RGB is 179 - color contains mainly: green. Hex color #18B32D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18B32D is #E74CD2. Grayscale: #757575. Windows color (decimal): -15158483 or 2994968. OLE color: 2994968.
HSL color Cylindrical-coordinate representation of color #18B32D: hue angle of 128.13º 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 #18B32D is Cyan = 0.87, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 24 | 179 | 45 | - |
| CMYK | 0.87 | 0 | 0.75 | 0.30 |
| HSL | 128.13º | 0.76% | 0.4% | - |
| HSV(B) | 128.13º | 0.87% | 0.7% | - |
| XYZ | 16.97 | 32.62 | 7.89 | - |
| YUV | 117.38 | 87.15 | 61.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 179 | 45 | 0.87 | 0 | 0.75 | 0.30 | 128.13 | 0.76 | 0.4 |
| Hex | 18 | B3 | 2D | 57 | 0 | 4B | 1E | 80 | 4C | 28 |
| Octal | 30 | 263 | 55 | 127 | 0 | 113 | 36 | 200 | 114 | 50 |
| Binary | 11000 | 10110011 | 101101 | 1010111 | 0 | 1001011 | 11110 | 10000000 | 1001100 | 101000 |
Color Harmonies of #18B32D
Complementary color
Monochromatic Colors of #18B32D
Black with #18B32D
Text Example
Text Example
White with #18B32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B32D; }
p { color: rgb(24,179,45); }
H1.HeaderClassName
{
color: #18B32D;
}
.AnyTagClassName
{
color: #18B32D;
}
</style>
background-color css
<style>
a { background-color: #18B32D; }
a { background-color: rgb(24,179,45); }
div.DivClassName
{
background-color: #18B32D;
}
.BgClassName
{
background-color: #18B32D;
}
</style>
border-color css
<style>
span { border-color: #18B32D; }
span { border-color: rgb(24,179,45); }
td.TdClassName
{
border-color: #18B32D;
}
.TagClassName
{
border-color: #18B32D;
}
</style>