#16b42d

Color #16B42D Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #16B42D

Tints of Dark Pastel Green #16B42D

Color information

#16B42D (or 0x16B42D) is unknown color: approx Dark Pastel Green. HEX triplet: 16, B4 and 2D. RGB value is (22,180,45). Sum of RGB (Red+Green+Blue) = 22+180+45=247 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.91% from 247); Green value is 180 (70.70% from 255 or 72.87% from 247); Blue value is 45 (17.97% from 255 or 18.22% from 247); Max value from RGB is 180 - color contains mainly: green. Hex color #16B42D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16B42D is #E94BD2. Grayscale: #757575. Windows color (decimal): -15289299 or 2995222. OLE color: 2995222.

HSL color Cylindrical-coordinate representation of color #16B42D: hue angle of 128.73º 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 #16B42D is Cyan = 0.88, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB2218045-
CMYK0.8800.750.29
HSL128.73º78.22%39.61%-
HSV(B)128.73º87.78%70.59%-
XYZ17.13337.95-
YUV117.3787.1559.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 22 (8.98% from 255) = 8.91%
GREEN value IS 180 (70.70% from 255) = 72.87%
BLUE value IS 45 (17.97% from 255) = 18.22%
R=8.91%
G=72.87%
B=18.22%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal22180450.8800.750.29128.7378.2239.61
Hex16B42D5804B1D814e28
Octal262645513001133520111650
Binary101101011010010110110110000100101111101100000011001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16b42d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16b42d; }

 p { color: rgb(22,180,45); }

 H1.HeaderClassName
 {
   color: #16b42d;
 }
 .AnyTagClassName
 {
   color: #16b42d;
 }
</style>
background-color css

<style>
 a { background-color: #16b42d; }

 a { background-color: rgb(22,180,45); }

 div.DivClassName
 {
   background-color: #16b42d;
 }
 .BgClassName
 {
   background-color: #16b42d;
 }
</style>
border-color css

<style>
 span { border-color: #16b42d; }

 span { border-color: rgb(22,180,45); }

 td.TdClassName
 {
   border-color: #16b42d;
 }
 .TagClassName
 {
   border-color: #16b42d;
 }
</style>