Shades of Dark Pastel Green #18B440
Tints of Dark Pastel Green #18B440
RGB
CMYK
RGB Variations
Color information
#18B440 (or 0x18B440) is known color: Dark Pastel Green. HEX triplet: 18, B4 and 40. RGB value is (24,180,64). Sum of RGB (Red+Green+Blue) = 24+180+64=268 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.96% from 268); Green value is 180 (70.70% from 255 or 67.16% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 180 - color contains mainly: green. Hex color #18B440 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18B440 is #E74BBF. Grayscale: #787878. Windows color (decimal): -15158208 or 4240408. OLE color: 4240408.
HSL color Cylindrical-coordinate representation of color #18B440: hue angle of 135.38º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B440 is Cyan = 0.87, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 24 | 180 | 64 | - |
| CMYK | 0.87 | 0 | 0.64 | 0.29 |
| HSL | 135.38º | 0.76% | 0.4% | - |
| HSV(B) | 135.38º | 0.87% | 0.71% | - |
| XYZ | 17.62 | 33.21 | 10.33 | - |
| YUV | 120.13 | 96.32 | 59.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 180 | 64 | 0.87 | 0 | 0.64 | 0.29 | 135.38 | 0.76 | 0.4 |
| Hex | 18 | B4 | 40 | 57 | 0 | 40 | 1D | 87 | 4C | 28 |
| Octal | 30 | 264 | 100 | 127 | 0 | 100 | 35 | 207 | 114 | 50 |
| Binary | 11000 | 10110100 | 1000000 | 1010111 | 0 | 1000000 | 11101 | 10000111 | 1001100 | 101000 |
Color Harmonies of #18B440
Complementary color
Monochromatic Colors of #18B440
Black with #18B440
Text Example
Text Example
White with #18B440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B440; }
p { color: rgb(24,180,64); }
H1.HeaderClassName
{
color: #18B440;
}
.AnyTagClassName
{
color: #18B440;
}
</style>
background-color css
<style>
a { background-color: #18B440; }
a { background-color: rgb(24,180,64); }
div.DivClassName
{
background-color: #18B440;
}
.BgClassName
{
background-color: #18B440;
}
</style>
border-color css
<style>
span { border-color: #18B440; }
span { border-color: rgb(24,180,64); }
td.TdClassName
{
border-color: #18B440;
}
.TagClassName
{
border-color: #18B440;
}
</style>