Shades of Dark Pastel Green #18B049
Tints of Dark Pastel Green #18B049
RGB
CMYK
RGB Variations
Color information
#18B049 (or 0x18B049) is known color: Dark Pastel Green. HEX triplet: 18, B0 and 49. RGB value is (24,176,73). Sum of RGB (Red+Green+Blue) = 24+176+73=273 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.79% from 273); Green value is 176 (69.14% from 255 or 64.47% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 176 - color contains mainly: green. Hex color #18B049 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18B049 is #E74FB6. Grayscale: #777777. Windows color (decimal): -15159223 or 4829208. OLE color: 4829208.
HSL color Cylindrical-coordinate representation of color #18B049: hue angle of 139.34º 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 #18B049 is Cyan = 0.86, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 24 | 176 | 73 | - |
| CMYK | 0.86 | 0 | 0.59 | 0.31 |
| HSL | 139.34º | 0.76% | 0.39% | - |
| HSV(B) | 139.34º | 0.86% | 0.69% | - |
| XYZ | 17.1 | 31.73 | 11.53 | - |
| YUV | 118.81 | 102.14 | 60.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 176 | 73 | 0.86 | 0 | 0.59 | 0.31 | 139.34 | 0.76 | 0.39 |
| Hex | 18 | B0 | 49 | 56 | 0 | 3B | 1F | 8B | 4C | 27 |
| Octal | 30 | 260 | 111 | 126 | 0 | 73 | 37 | 213 | 114 | 47 |
| Binary | 11000 | 10110000 | 1001001 | 1010110 | 0 | 111011 | 11111 | 10001011 | 1001100 | 100111 |
Color Harmonies of #18B049
Complementary color
Monochromatic Colors of #18B049
Black with #18B049
Text Example
Text Example
White with #18B049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B049; }
p { color: rgb(24,176,73); }
H1.HeaderClassName
{
color: #18B049;
}
.AnyTagClassName
{
color: #18B049;
}
</style>
background-color css
<style>
a { background-color: #18B049; }
a { background-color: rgb(24,176,73); }
div.DivClassName
{
background-color: #18B049;
}
.BgClassName
{
background-color: #18B049;
}
</style>
border-color css
<style>
span { border-color: #18B049; }
span { border-color: rgb(24,176,73); }
td.TdClassName
{
border-color: #18B049;
}
.TagClassName
{
border-color: #18B049;
}
</style>