Shades of Dark Pastel Green #18BC2D
Tints of Dark Pastel Green #18BC2D
RGB
CMYK
RGB Variations
Color information
#18BC2D (or 0x18BC2D) is known color: Dark Pastel Green. HEX triplet: 18, BC and 2D. RGB value is (24,188,45). Sum of RGB (Red+Green+Blue) = 24+188+45=257 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.34% from 257); Green value is 188 (73.83% from 255 or 73.15% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 188 - color contains mainly: green. Hex color #18BC2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18BC2D is #E743D2. Grayscale: #7B7B7B. Windows color (decimal): -15156179 or 2997272. OLE color: 2997272.
HSL color Cylindrical-coordinate representation of color #18BC2D: hue angle of 127.68º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BC2D is Cyan = 0.87, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 188 | 45 | - |
| CMYK | 0.87 | 0 | 0.76 | 0.26 |
| HSL | 127.68º | 0.77% | 0.42% | - |
| HSV(B) | 127.68º | 0.87% | 0.74% | - |
| XYZ | 18.83 | 36.35 | 8.51 | - |
| YUV | 122.66 | 84.17 | 57.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 188 | 45 | 0.87 | 0 | 0.76 | 0.26 | 127.68 | 0.77 | 0.42 |
| Hex | 18 | BC | 2D | 57 | 0 | 4C | 1A | 80 | 4D | 2A |
| Octal | 30 | 274 | 55 | 127 | 0 | 114 | 32 | 200 | 115 | 52 |
| Binary | 11000 | 10111100 | 101101 | 1010111 | 0 | 1001100 | 11010 | 10000000 | 1001101 | 101010 |
Color Harmonies of #18BC2D
Complementary color
Monochromatic Colors of #18BC2D
Black with #18BC2D
Text Example
Text Example
White with #18BC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BC2D; }
p { color: rgb(24,188,45); }
H1.HeaderClassName
{
color: #18BC2D;
}
.AnyTagClassName
{
color: #18BC2D;
}
</style>
background-color css
<style>
a { background-color: #18BC2D; }
a { background-color: rgb(24,188,45); }
div.DivClassName
{
background-color: #18BC2D;
}
.BgClassName
{
background-color: #18BC2D;
}
</style>
border-color css
<style>
span { border-color: #18BC2D; }
span { border-color: rgb(24,188,45); }
td.TdClassName
{
border-color: #18BC2D;
}
.TagClassName
{
border-color: #18BC2D;
}
</style>