#16B342

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

Shades of Dark Pastel Green #16B342

Tints of Dark Pastel Green #16B342

Color information

#16B342 (or 0x16B342) is unknown color: approx Dark Pastel Green. HEX triplet: 16, B3 and 42. RGB value is (22,179,66). Sum of RGB (Red+Green+Blue) = 22+179+66=267 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.24% from 267); Green value is 179 (70.31% from 255 or 67.04% from 267); Blue value is 66 (26.17% from 255 or 24.72% from 267); Max value from RGB is 179 - color contains mainly: green. Hex color #16B342 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16B342 is #E94CBD. Grayscale: #777777. Windows color (decimal): -15289534 or 4371222. OLE color: 4371222.

HSL color Cylindrical-coordinate representation of color #16B342: hue angle of 136.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 #16B342 is Cyan = 0.88, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB2217966-
CMYK0.8800.630.30
HSL136.82º78.11%39.41%-
HSV(B)136.82º87.71%70.2%-
XYZ17.4332.810.57-
YUV119.1897.9958.69-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.24%
GREEN value IS 179 (70.31% from 255) = 67.04%
BLUE value IS 66 (26.17% from 255) = 24.72%
R=8.24%
G=67.04%
B=24.72%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal22179660.8800.630.30136.8278.1139.41
Hex16B3425803F1E894e27
Octal262631021300773621111647
Binary101101011001110000101011000011111111110100010011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,179,66); }

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

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

 a { background-color: rgb(22,179,66); }

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

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

 span { border-color: rgb(22,179,66); }

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