Shades of Dark Pastel Green #18C330
Tints of Dark Pastel Green #18C330
RGB
CMYK
RGB Variations
Color information
#18C330 (or 0x18C330) is known color: Dark Pastel Green. HEX triplet: 18, C3 and 30. RGB value is (24,195,48). Sum of RGB (Red+Green+Blue) = 24+195+48=267 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.99% from 267); Green value is 195 (76.56% from 255 or 73.03% from 267); Blue value is 48 (19.14% from 255 or 17.98% from 267); Max value from RGB is 195 - color contains mainly: green. Hex color #18C330 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C330 is #E73CCF. Grayscale: #7F7F7F. Windows color (decimal): -15154384 or 3195672. OLE color: 3195672.
HSL color Cylindrical-coordinate representation of color #18C330: hue angle of 128.42º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C330 is Cyan = 0.88, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 24 | 195 | 48 | - |
| CMYK | 0.88 | 0 | 0.75 | 0.24 |
| HSL | 128.42º | 0.78% | 0.43% | - |
| HSV(B) | 128.42º | 0.88% | 0.76% | - |
| XYZ | 20.43 | 39.44 | 9.33 | - |
| YUV | 127.11 | 83.35 | 54.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 195 | 48 | 0.88 | 0 | 0.75 | 0.24 | 128.42 | 0.78 | 0.43 |
| Hex | 18 | C3 | 30 | 58 | 0 | 4B | 18 | 80 | 4E | 2B |
| Octal | 30 | 303 | 60 | 130 | 0 | 113 | 30 | 200 | 116 | 53 |
| Binary | 11000 | 11000011 | 110000 | 1011000 | 0 | 1001011 | 11000 | 10000000 | 1001110 | 101011 |
Color Harmonies of #18C330
Complementary color
Monochromatic Colors of #18C330
Black with #18C330
Text Example
Text Example
White with #18C330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C330; }
p { color: rgb(24,195,48); }
H1.HeaderClassName
{
color: #18C330;
}
.AnyTagClassName
{
color: #18C330;
}
</style>
background-color css
<style>
a { background-color: #18C330; }
a { background-color: rgb(24,195,48); }
div.DivClassName
{
background-color: #18C330;
}
.BgClassName
{
background-color: #18C330;
}
</style>
border-color css
<style>
span { border-color: #18C330; }
span { border-color: rgb(24,195,48); }
td.TdClassName
{
border-color: #18C330;
}
.TagClassName
{
border-color: #18C330;
}
</style>