Shades of Dark Pastel Green #16B42B
Tints of Dark Pastel Green #16B42B
RGB
CMYK
RGB Variations
Color information
#16B42B (or 0x16B42B) is known color: Dark Pastel Green. HEX triplet: 16, B4 and 2B. RGB value is (22,180,43). Sum of RGB (Red+Green+Blue) = 22+180+43=245 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.98% from 245); Green value is 180 (70.70% from 255 or 73.47% from 245); Blue value is 43 (17.19% from 255 or 17.55% from 245); Max value from RGB is 180 - color contains mainly: green. Hex color #16B42B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16B42B is #E94BD4. Grayscale: #757575. Windows color (decimal): -15289301 or 2864150. OLE color: 2864150.
HSL color Cylindrical-coordinate representation of color #16B42B: hue angle of 127.97º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B42B is Cyan = 0.88, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 22 | 180 | 43 | - |
| CMYK | 0.88 | 0 | 0.76 | 0.29 |
| HSL | 127.97º | 0.78% | 0.4% | - |
| HSV(B) | 127.97º | 0.88% | 0.71% | - |
| XYZ | 17.09 | 32.99 | 7.75 | - |
| YUV | 117.14 | 86.15 | 60.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 180 | 43 | 0.88 | 0 | 0.76 | 0.29 | 127.97 | 0.78 | 0.4 |
| Hex | 16 | B4 | 2B | 58 | 0 | 4C | 1D | 80 | 4E | 28 |
| Octal | 26 | 264 | 53 | 130 | 0 | 114 | 35 | 200 | 116 | 50 |
| Binary | 10110 | 10110100 | 101011 | 1011000 | 0 | 1001100 | 11101 | 10000000 | 1001110 | 101000 |
Color Harmonies of #16B42B
Complementary color
Monochromatic Colors of #16B42B
Black with #16B42B
Text Example
Text Example
White with #16B42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B42B; }
p { color: rgb(22,180,43); }
H1.HeaderClassName
{
color: #16B42B;
}
.AnyTagClassName
{
color: #16B42B;
}
</style>
background-color css
<style>
a { background-color: #16B42B; }
a { background-color: rgb(22,180,43); }
div.DivClassName
{
background-color: #16B42B;
}
.BgClassName
{
background-color: #16B42B;
}
</style>
border-color css
<style>
span { border-color: #16B42B; }
span { border-color: rgb(22,180,43); }
td.TdClassName
{
border-color: #16B42B;
}
.TagClassName
{
border-color: #16B42B;
}
</style>