Shades of Dark Pastel Green #16BE2D
Tints of Dark Pastel Green #16BE2D
RGB
CMYK
RGB Variations
Color information
#16BE2D (or 0x16BE2D) is known color: Dark Pastel Green. HEX triplet: 16, BE and 2D. RGB value is (22,190,45). Sum of RGB (Red+Green+Blue) = 22+190+45=257 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.56% from 257); Green value is 190 (74.61% from 255 or 73.93% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 190 - color contains mainly: green. Hex color #16BE2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16BE2D is #E941D2. Grayscale: #7B7B7B. Windows color (decimal): -15286739 or 2997782. OLE color: 2997782.
HSL color Cylindrical-coordinate representation of color #16BE2D: hue angle of 128.21º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16BE2D is Cyan = 0.88, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 190 | 45 | - |
| CMYK | 0.88 | 0 | 0.76 | 0.25 |
| HSL | 128.21º | 0.79% | 0.42% | - |
| HSV(B) | 128.21º | 0.88% | 0.75% | - |
| XYZ | 19.22 | 37.19 | 8.65 | - |
| YUV | 123.24 | 83.84 | 55.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 190 | 45 | 0.88 | 0 | 0.76 | 0.25 | 128.21 | 0.79 | 0.42 |
| Hex | 16 | BE | 2D | 58 | 0 | 4C | 19 | 80 | 4F | 2A |
| Octal | 26 | 276 | 55 | 130 | 0 | 114 | 31 | 200 | 117 | 52 |
| Binary | 10110 | 10111110 | 101101 | 1011000 | 0 | 1001100 | 11001 | 10000000 | 1001111 | 101010 |
Color Harmonies of #16BE2D
Complementary color
Monochromatic Colors of #16BE2D
Black with #16BE2D
Text Example
Text Example
White with #16BE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BE2D; }
p { color: rgb(22,190,45); }
H1.HeaderClassName
{
color: #16BE2D;
}
.AnyTagClassName
{
color: #16BE2D;
}
</style>
background-color css
<style>
a { background-color: #16BE2D; }
a { background-color: rgb(22,190,45); }
div.DivClassName
{
background-color: #16BE2D;
}
.BgClassName
{
background-color: #16BE2D;
}
</style>
border-color css
<style>
span { border-color: #16BE2D; }
span { border-color: rgb(22,190,45); }
td.TdClassName
{
border-color: #16BE2D;
}
.TagClassName
{
border-color: #16BE2D;
}
</style>