#16B42B

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

Shades of Dark Pastel Green #16B42B

Tints of Dark Pastel Green #16B42B

Color information

#16B42B (or 0x16B42B) is unknown color: approx 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

RGB2218043-
CMYK0.8800.760.29
HSL127.97º78.22%39.61%-
HSV(B)127.97º87.78%70.59%-
XYZ17.0932.997.75-
YUV117.1486.1560.14-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.98%
GREEN value IS 180 (70.70% from 255) = 73.47%
BLUE value IS 43 (17.19% from 255) = 17.55%
R=8.98%
G=73.47%
B=17.55%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal22180430.8800.760.29127.9778.2239.61
Hex16B42B5804C1D804e28
Octal262645313001143520011650
Binary101101011010010101110110000100110011101100000001001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B42B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>