Shades of Dark Pastel Green #18B730
Tints of Dark Pastel Green #18B730
RGB
CMYK
RGB Variations
Color information
#18B730 (or 0x18B730) is known color: Dark Pastel Green. HEX triplet: 18, B7 and 30. RGB value is (24,183,48). Sum of RGB (Red+Green+Blue) = 24+183+48=255 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.41% from 255); Green value is 183 (71.88% from 255 or 71.76% from 255); Blue value is 48 (19.14% from 255 or 18.82% from 255); Max value from RGB is 183 - color contains mainly: green. Hex color #18B730 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18B730 is #E748CF. Grayscale: #787878. Windows color (decimal): -15157456 or 3192600. OLE color: 3192600.
HSL color Cylindrical-coordinate representation of color #18B730: hue angle of 129.06º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B730 is Cyan = 0.87, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 24 | 183 | 48 | - |
| CMYK | 0.87 | 0 | 0.74 | 0.28 |
| HSL | 129.06º | 0.77% | 0.41% | - |
| HSV(B) | 129.06º | 0.87% | 0.72% | - |
| XYZ | 17.84 | 34.27 | 8.47 | - |
| YUV | 120.07 | 87.32 | 59.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 183 | 48 | 0.87 | 0 | 0.74 | 0.28 | 129.06 | 0.77 | 0.41 |
| Hex | 18 | B7 | 30 | 57 | 0 | 4A | 1C | 81 | 4D | 29 |
| Octal | 30 | 267 | 60 | 127 | 0 | 112 | 34 | 201 | 115 | 51 |
| Binary | 11000 | 10110111 | 110000 | 1010111 | 0 | 1001010 | 11100 | 10000001 | 1001101 | 101001 |
Color Harmonies of #18B730
Complementary color
Monochromatic Colors of #18B730
Black with #18B730
Text Example
Text Example
White with #18B730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B730; }
p { color: rgb(24,183,48); }
H1.HeaderClassName
{
color: #18B730;
}
.AnyTagClassName
{
color: #18B730;
}
</style>
background-color css
<style>
a { background-color: #18B730; }
a { background-color: rgb(24,183,48); }
div.DivClassName
{
background-color: #18B730;
}
.BgClassName
{
background-color: #18B730;
}
</style>
border-color css
<style>
span { border-color: #18B730; }
span { border-color: rgb(24,183,48); }
td.TdClassName
{
border-color: #18B730;
}
.TagClassName
{
border-color: #18B730;
}
</style>