Shades of Dark Pastel Green #18BB2D
Tints of Dark Pastel Green #18BB2D
RGB
CMYK
RGB Variations
Color information
#18BB2D (or 0x18BB2D) is known color: Dark Pastel Green. HEX triplet: 18, BB and 2D. RGB value is (24,187,45). Sum of RGB (Red+Green+Blue) = 24+187+45=256 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.38% from 256); Green value is 187 (73.44% from 255 or 73.05% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 187 - color contains mainly: green. Hex color #18BB2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18BB2D is #E744D2. Grayscale: #7A7A7A. Windows color (decimal): -15156435 or 2997016. OLE color: 2997016.
HSL color Cylindrical-coordinate representation of color #18BB2D: hue angle of 127.73º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BB2D is Cyan = 0.87, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 187 | 45 | - |
| CMYK | 0.87 | 0 | 0.76 | 0.27 |
| HSL | 127.73º | 0.77% | 0.41% | - |
| HSV(B) | 127.73º | 0.87% | 0.73% | - |
| XYZ | 18.62 | 35.92 | 8.44 | - |
| YUV | 122.08 | 84.5 | 58.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 187 | 45 | 0.87 | 0 | 0.76 | 0.27 | 127.73 | 0.77 | 0.41 |
| Hex | 18 | BB | 2D | 57 | 0 | 4C | 1B | 80 | 4D | 29 |
| Octal | 30 | 273 | 55 | 127 | 0 | 114 | 33 | 200 | 115 | 51 |
| Binary | 11000 | 10111011 | 101101 | 1010111 | 0 | 1001100 | 11011 | 10000000 | 1001101 | 101001 |
Color Harmonies of #18BB2D
Complementary color
Monochromatic Colors of #18BB2D
Black with #18BB2D
Text Example
Text Example
White with #18BB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BB2D; }
p { color: rgb(24,187,45); }
H1.HeaderClassName
{
color: #18BB2D;
}
.AnyTagClassName
{
color: #18BB2D;
}
</style>
background-color css
<style>
a { background-color: #18BB2D; }
a { background-color: rgb(24,187,45); }
div.DivClassName
{
background-color: #18BB2D;
}
.BgClassName
{
background-color: #18BB2D;
}
</style>
border-color css
<style>
span { border-color: #18BB2D; }
span { border-color: rgb(24,187,45); }
td.TdClassName
{
border-color: #18BB2D;
}
.TagClassName
{
border-color: #18BB2D;
}
</style>