Shades of Dark Pastel Green #18B33C
Tints of Dark Pastel Green #18B33C
RGB
CMYK
RGB Variations
Color information
#18B33C (or 0x18B33C) is known color: Dark Pastel Green. HEX triplet: 18, B3 and 3C. RGB value is (24,179,60). Sum of RGB (Red+Green+Blue) = 24+179+60=263 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.13% from 263); Green value is 179 (70.31% from 255 or 68.06% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 179 - color contains mainly: green. Hex color #18B33C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18B33C is #E74CC3. Grayscale: #777777. Windows color (decimal): -15158468 or 3978008. OLE color: 3978008.
HSL color Cylindrical-coordinate representation of color #18B33C: hue angle of 133.94º 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 #18B33C is Cyan = 0.87, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 24 | 179 | 60 | - |
| CMYK | 0.87 | 0 | 0.66 | 0.30 |
| HSL | 133.94º | 0.76% | 0.4% | - |
| HSV(B) | 133.94º | 0.87% | 0.7% | - |
| XYZ | 17.31 | 32.76 | 9.69 | - |
| YUV | 119.09 | 94.65 | 60.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 179 | 60 | 0.87 | 0 | 0.66 | 0.30 | 133.94 | 0.76 | 0.4 |
| Hex | 18 | B3 | 3C | 57 | 0 | 42 | 1E | 86 | 4C | 28 |
| Octal | 30 | 263 | 74 | 127 | 0 | 102 | 36 | 206 | 114 | 50 |
| Binary | 11000 | 10110011 | 111100 | 1010111 | 0 | 1000010 | 11110 | 10000110 | 1001100 | 101000 |
Color Harmonies of #18B33C
Complementary color
Monochromatic Colors of #18B33C
Black with #18B33C
Text Example
Text Example
White with #18B33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B33C; }
p { color: rgb(24,179,60); }
H1.HeaderClassName
{
color: #18B33C;
}
.AnyTagClassName
{
color: #18B33C;
}
</style>
background-color css
<style>
a { background-color: #18B33C; }
a { background-color: rgb(24,179,60); }
div.DivClassName
{
background-color: #18B33C;
}
.BgClassName
{
background-color: #18B33C;
}
</style>
border-color css
<style>
span { border-color: #18B33C; }
span { border-color: rgb(24,179,60); }
td.TdClassName
{
border-color: #18B33C;
}
.TagClassName
{
border-color: #18B33C;
}
</style>