Shades of Dark Pastel Green #16B320
Tints of Dark Pastel Green #16B320
RGB
CMYK
RGB Variations
Color information
#16B320 (or 0x16B320) is known color: Dark Pastel Green. HEX triplet: 16, B3 and 20. RGB value is (22,179,32). Sum of RGB (Red+Green+Blue) = 22+179+32=233 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.44% from 233); Green value is 179 (70.31% from 255 or 76.82% from 233); Blue value is 32 (12.89% from 255 or 13.73% from 233); Max value from RGB is 179 - color contains mainly: green. Hex color #16B320 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16B320 is #E94CDF. Grayscale: #737373. Windows color (decimal): -15289568 or 2142998. OLE color: 2142998.
HSL color Cylindrical-coordinate representation of color #16B320: hue angle of 123.82º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B320 is Cyan = 0.88, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 22 | 179 | 32 | - |
| CMYK | 0.88 | 0 | 0.82 | 0.30 |
| HSL | 123.82º | 0.78% | 0.39% | - |
| HSV(B) | 123.82º | 0.88% | 0.7% | - |
| XYZ | 16.71 | 32.52 | 6.76 | - |
| YUV | 115.3 | 80.99 | 61.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 179 | 32 | 0.88 | 0 | 0.82 | 0.30 | 123.82 | 0.78 | 0.39 |
| Hex | 16 | B3 | 20 | 58 | 0 | 52 | 1E | 7C | 4E | 27 |
| Octal | 26 | 263 | 40 | 130 | 0 | 122 | 36 | 174 | 116 | 47 |
| Binary | 10110 | 10110011 | 100000 | 1011000 | 0 | 1010010 | 11110 | 1111100 | 1001110 | 100111 |
Color Harmonies of #16B320
Complementary color
Monochromatic Colors of #16B320
Black with #16B320
Text Example
Text Example
White with #16B320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B320; }
p { color: rgb(22,179,32); }
H1.HeaderClassName
{
color: #16B320;
}
.AnyTagClassName
{
color: #16B320;
}
</style>
background-color css
<style>
a { background-color: #16B320; }
a { background-color: rgb(22,179,32); }
div.DivClassName
{
background-color: #16B320;
}
.BgClassName
{
background-color: #16B320;
}
</style>
border-color css
<style>
span { border-color: #16B320; }
span { border-color: rgb(22,179,32); }
td.TdClassName
{
border-color: #16B320;
}
.TagClassName
{
border-color: #16B320;
}
</style>