#016B19

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

Shades of Green #016B19

Tints of Green #016B19

Color information

#016B19 (or 0x016B19) is unknown color: approx Green. HEX triplet: 01, 6B and 19. RGB value is (1,107,25). Sum of RGB (Red+Green+Blue) = 1+107+25=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 107 (42.19% from 255 or 80.45% from 133); Blue value is 25 (10.16% from 255 or 18.80% from 133); Max value from RGB is 107 - color contains mainly: green. Hex color #016B19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016B19 is #FE94E6. Grayscale: #424242. Windows color (decimal): -16684263 or 1665793. OLE color: 1665793.

HSL color Cylindrical-coordinate representation of color #016B19: hue angle of 133.58º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016B19 is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.58.

Color convert

RGB110725-
CMYK0.9900.770.58
HSL133.58º98.15%21.18%-
HSV(B)133.58º99.07%41.96%-
XYZ5.4510.592.68-
YUV65.96104.8881.67-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.75%
GREEN value IS 107 (42.19% from 255) = 80.45%
BLUE value IS 25 (10.16% from 255) = 18.80%
R=0.75%
G=80.45%
B=18.80%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1107250.9900.770.58133.5898.1521.18
Hex16B196304D3A866215
Octal11533114301157220614225
Binary111010111100111000110100110111101010000110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016B19; }

 p { color: rgb(1,107,25); }

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

<style>
 a { background-color: #016B19; }

 a { background-color: rgb(1,107,25); }

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

<style>
 span { border-color: #016B19; }

 span { border-color: rgb(1,107,25); }

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