Shades of Dark Pastel Green #18B344
Tints of Dark Pastel Green #18B344
RGB
CMYK
RGB Variations
Color information
#18B344 (or 0x18B344) is known color: Dark Pastel Green. HEX triplet: 18, B3 and 44. RGB value is (24,179,68). Sum of RGB (Red+Green+Blue) = 24+179+68=271 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.86% from 271); Green value is 179 (70.31% from 255 or 66.05% from 271); Blue value is 68 (26.95% from 255 or 25.09% from 271); Max value from RGB is 179 - color contains mainly: green. Hex color #18B344 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18B344 is #E74CBB. Grayscale: #787878. Windows color (decimal): -15158460 or 4502296. OLE color: 4502296.
HSL color Cylindrical-coordinate representation of color #18B344: hue angle of 137.03º 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 #18B344 is Cyan = 0.87, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 24 | 179 | 68 | - |
| CMYK | 0.87 | 0 | 0.62 | 0.30 |
| HSL | 137.03º | 0.76% | 0.4% | - |
| HSV(B) | 137.03º | 0.87% | 0.7% | - |
| XYZ | 17.54 | 32.85 | 10.89 | - |
| YUV | 120 | 98.65 | 59.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 179 | 68 | 0.87 | 0 | 0.62 | 0.30 | 137.03 | 0.76 | 0.4 |
| Hex | 18 | B3 | 44 | 57 | 0 | 3E | 1E | 89 | 4C | 28 |
| Octal | 30 | 263 | 104 | 127 | 0 | 76 | 36 | 211 | 114 | 50 |
| Binary | 11000 | 10110011 | 1000100 | 1010111 | 0 | 111110 | 11110 | 10001001 | 1001100 | 101000 |
Color Harmonies of #18B344
Complementary color
Monochromatic Colors of #18B344
Black with #18B344
Text Example
Text Example
White with #18B344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B344; }
p { color: rgb(24,179,68); }
H1.HeaderClassName
{
color: #18B344;
}
.AnyTagClassName
{
color: #18B344;
}
</style>
background-color css
<style>
a { background-color: #18B344; }
a { background-color: rgb(24,179,68); }
div.DivClassName
{
background-color: #18B344;
}
.BgClassName
{
background-color: #18B344;
}
</style>
border-color css
<style>
span { border-color: #18B344; }
span { border-color: rgb(24,179,68); }
td.TdClassName
{
border-color: #18B344;
}
.TagClassName
{
border-color: #18B344;
}
</style>