#16B748

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

Shades of Dark Pastel Green #16B748

Tints of Dark Pastel Green #16B748

Color information

#16B748 (or 0x16B748) is unknown color: approx Dark Pastel Green. HEX triplet: 16, B7 and 48. RGB value is (22,183,72). Sum of RGB (Red+Green+Blue) = 22+183+72=277 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.94% from 277); Green value is 183 (71.88% from 255 or 66.06% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 183 - color contains mainly: green. Hex color #16B748 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16B748 is #E948B7. Grayscale: #7A7A7A. Windows color (decimal): -15288504 or 4765462. OLE color: 4765462.

HSL color Cylindrical-coordinate representation of color #16B748: hue angle of 138.63º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B748 is Cyan = 0.88, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB2218372-
CMYK0.8800.610.28
HSL138.63º78.54%40.2%-
HSV(B)138.63º87.98%71.76%-
XYZ18.4334.5111.82-
YUV122.2199.6656.53-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.94%
GREEN value IS 183 (71.88% from 255) = 66.06%
BLUE value IS 72 (28.52% from 255) = 25.99%
R=7.94%
G=66.06%
B=25.99%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal22183720.8800.610.28138.6378.5440.2
Hex16B7485803D1C8b4f28
Octal262671101300753421311750
Binary101101011011110010001011000011110111100100010111001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,183,72); }

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

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

 a { background-color: rgb(22,183,72); }

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

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

 span { border-color: rgb(22,183,72); }

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