Shades of Dark Pastel Green #18B934
Tints of Dark Pastel Green #18B934
RGB
CMYK
RGB Variations
Color information
#18B934 (or 0x18B934) is known color: Dark Pastel Green. HEX triplet: 18, B9 and 34. RGB value is (24,185,52). Sum of RGB (Red+Green+Blue) = 24+185+52=261 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.20% from 261); Green value is 185 (72.66% from 255 or 70.88% from 261); Blue value is 52 (20.70% from 255 or 19.92% from 261); Max value from RGB is 185 - color contains mainly: green. Hex color #18B934 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18B934 is #E746CB. Grayscale: #7A7A7A. Windows color (decimal): -15156940 or 3455256. OLE color: 3455256.
HSL color Cylindrical-coordinate representation of color #18B934: hue angle of 130.43º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B934 is Cyan = 0.87, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 185 | 52 | - |
| CMYK | 0.87 | 0 | 0.72 | 0.27 |
| HSL | 130.43º | 0.77% | 0.41% | - |
| HSV(B) | 130.43º | 0.87% | 0.73% | - |
| XYZ | 18.35 | 35.14 | 9.06 | - |
| YUV | 121.7 | 88.66 | 58.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 185 | 52 | 0.87 | 0 | 0.72 | 0.27 | 130.43 | 0.77 | 0.41 |
| Hex | 18 | B9 | 34 | 57 | 0 | 48 | 1B | 82 | 4D | 29 |
| Octal | 30 | 271 | 64 | 127 | 0 | 110 | 33 | 202 | 115 | 51 |
| Binary | 11000 | 10111001 | 110100 | 1010111 | 0 | 1001000 | 11011 | 10000010 | 1001101 | 101001 |
Color Harmonies of #18B934
Complementary color
Monochromatic Colors of #18B934
Black with #18B934
Text Example
Text Example
White with #18B934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B934; }
p { color: rgb(24,185,52); }
H1.HeaderClassName
{
color: #18B934;
}
.AnyTagClassName
{
color: #18B934;
}
</style>
background-color css
<style>
a { background-color: #18B934; }
a { background-color: rgb(24,185,52); }
div.DivClassName
{
background-color: #18B934;
}
.BgClassName
{
background-color: #18B934;
}
</style>
border-color css
<style>
span { border-color: #18B934; }
span { border-color: rgb(24,185,52); }
td.TdClassName
{
border-color: #18B934;
}
.TagClassName
{
border-color: #18B934;
}
</style>