Shades of Dark Pastel Green #18CB34
Tints of Dark Pastel Green #18CB34
RGB
CMYK
RGB Variations
Color information
#18CB34 (or 0x18CB34) is known color: Dark Pastel Green. HEX triplet: 18, CB and 34. RGB value is (24,203,52). Sum of RGB (Red+Green+Blue) = 24+203+52=279 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.60% from 279); Green value is 203 (79.69% from 255 or 72.76% from 279); Blue value is 52 (20.70% from 255 or 18.64% from 279); Max value from RGB is 203 - color contains mainly: green. Hex color #18CB34 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18CB34 is #E734CB. Grayscale: #848484. Windows color (decimal): -15152332 or 3459864. OLE color: 3459864.
HSL color Cylindrical-coordinate representation of color #18CB34: hue angle of 129.39º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CB34 is Cyan = 0.88, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 203 | 52 | - |
| CMYK | 0.88 | 0 | 0.74 | 0.20 |
| HSL | 129.39º | 0.79% | 0.45% | - |
| HSV(B) | 129.39º | 0.88% | 0.8% | - |
| XYZ | 22.35 | 43.15 | 10.4 | - |
| YUV | 132.27 | 82.7 | 50.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 203 | 52 | 0.88 | 0 | 0.74 | 0.20 | 129.39 | 0.79 | 0.45 |
| Hex | 18 | CB | 34 | 58 | 0 | 4A | 14 | 81 | 4F | 2D |
| Octal | 30 | 313 | 64 | 130 | 0 | 112 | 24 | 201 | 117 | 55 |
| Binary | 11000 | 11001011 | 110100 | 1011000 | 0 | 1001010 | 10100 | 10000001 | 1001111 | 101101 |
Color Harmonies of #18CB34
Complementary color
Monochromatic Colors of #18CB34
Black with #18CB34
Text Example
Text Example
White with #18CB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CB34; }
p { color: rgb(24,203,52); }
H1.HeaderClassName
{
color: #18CB34;
}
.AnyTagClassName
{
color: #18CB34;
}
</style>
background-color css
<style>
a { background-color: #18CB34; }
a { background-color: rgb(24,203,52); }
div.DivClassName
{
background-color: #18CB34;
}
.BgClassName
{
background-color: #18CB34;
}
</style>
border-color css
<style>
span { border-color: #18CB34; }
span { border-color: rgb(24,203,52); }
td.TdClassName
{
border-color: #18CB34;
}
.TagClassName
{
border-color: #18CB34;
}
</style>