#16B331

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

Shades of Dark Pastel Green #16B331

Tints of Dark Pastel Green #16B331

Color information

#16B331 (or 0x16B331) is unknown color: approx Dark Pastel Green. HEX triplet: 16, B3 and 31. RGB value is (22,179,49). Sum of RGB (Red+Green+Blue) = 22+179+49=250 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.8% from 250); Green value is 179 (70.31% from 255 or 71.6% from 250); Blue value is 49 (19.53% from 255 or 19.6% from 250); Max value from RGB is 179 - color contains mainly: green. Hex color #16B331 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16B331 is #E94CCE. Grayscale: #757575. Windows color (decimal): -15289551 or 3257110. OLE color: 3257110.

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

Color convert

RGB2217949-
CMYK0.8800.730.30
HSL130.32º78.11%39.41%-
HSV(B)130.32º87.71%70.2%-
XYZ17.0132.638.31-
YUV117.2489.4960.07-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.8%
GREEN value IS 179 (70.31% from 255) = 71.6%
BLUE value IS 49 (19.53% from 255) = 19.6%
R=8.8%
G=71.6%
B=19.6%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal22179490.8800.730.30130.3278.1139.41
Hex16B331580491E824e27
Octal262636113001113620211647
Binary101101011001111000110110000100100111110100000101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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