Shades of Dark Pastel Green #18BE2D
Tints of Dark Pastel Green #18BE2D
RGB
CMYK
RGB Variations
Color information
#18BE2D (or 0x18BE2D) is known color: Dark Pastel Green. HEX triplet: 18, BE and 2D. RGB value is (24,190,45). Sum of RGB (Red+Green+Blue) = 24+190+45=259 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.27% from 259); Green value is 190 (74.61% from 255 or 73.36% from 259); Blue value is 45 (17.97% from 255 or 17.37% from 259); Max value from RGB is 190 - color contains mainly: green. Hex color #18BE2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18BE2D is #E741D2. Grayscale: #7C7C7C. Windows color (decimal): -15155667 or 2997784. OLE color: 2997784.
HSL color Cylindrical-coordinate representation of color #18BE2D: hue angle of 127.59º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BE2D is Cyan = 0.87, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 190 | 45 | - |
| CMYK | 0.87 | 0 | 0.76 | 0.25 |
| HSL | 127.59º | 0.78% | 0.42% | - |
| HSV(B) | 127.59º | 0.87% | 0.75% | - |
| XYZ | 19.26 | 37.21 | 8.65 | - |
| YUV | 123.84 | 83.5 | 56.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 190 | 45 | 0.87 | 0 | 0.76 | 0.25 | 127.59 | 0.78 | 0.42 |
| Hex | 18 | BE | 2D | 57 | 0 | 4C | 19 | 80 | 4E | 2A |
| Octal | 30 | 276 | 55 | 127 | 0 | 114 | 31 | 200 | 116 | 52 |
| Binary | 11000 | 10111110 | 101101 | 1010111 | 0 | 1001100 | 11001 | 10000000 | 1001110 | 101010 |
Color Harmonies of #18BE2D
Complementary color
Monochromatic Colors of #18BE2D
Black with #18BE2D
Text Example
Text Example
White with #18BE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BE2D; }
p { color: rgb(24,190,45); }
H1.HeaderClassName
{
color: #18BE2D;
}
.AnyTagClassName
{
color: #18BE2D;
}
</style>
background-color css
<style>
a { background-color: #18BE2D; }
a { background-color: rgb(24,190,45); }
div.DivClassName
{
background-color: #18BE2D;
}
.BgClassName
{
background-color: #18BE2D;
}
</style>
border-color css
<style>
span { border-color: #18BE2D; }
span { border-color: rgb(24,190,45); }
td.TdClassName
{
border-color: #18BE2D;
}
.TagClassName
{
border-color: #18BE2D;
}
</style>