#16B02D

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

Shades of Dark Pastel Green #16B02D

Tints of Dark Pastel Green #16B02D

Color information

#16B02D (or 0x16B02D) is unknown color: approx Dark Pastel Green. HEX triplet: 16, B0 and 2D. RGB value is (22,176,45). Sum of RGB (Red+Green+Blue) = 22+176+45=243 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.05% from 243); Green value is 176 (69.14% from 255 or 72.43% from 243); Blue value is 45 (17.97% from 255 or 18.52% from 243); Max value from RGB is 176 - color contains mainly: green. Hex color #16B02D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16B02D is #E94FD2. Grayscale: #737373. Windows color (decimal): -15290323 or 2994198. OLE color: 2994198.

HSL color Cylindrical-coordinate representation of color #16B02D: hue angle of 128.96º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B02D is Cyan = 0.88, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB2217645-
CMYK0.8800.740.31
HSL128.96º77.78%38.82%-
HSV(B)128.96º87.5%69.02%-
XYZ16.3331.417.68-
YUV115.0288.4861.65-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.05%
GREEN value IS 176 (69.14% from 255) = 72.43%
BLUE value IS 45 (17.97% from 255) = 18.52%
R=9.05%
G=72.43%
B=18.52%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal22176450.8800.740.31128.9677.7838.82
Hex16B02D5804A1F814e27
Octal262605513001123720111647
Binary101101011000010110110110000100101011111100000011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B02D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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