Html Css Color HEX #016B19 Green

📋 copy color: '#016B19'

red 1 ◦ green 107 ◦ blue 25

#016B19
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #016B19

Tints of Green #016B19

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.8%

R = 0.75%
G = 80.45%
B = 18.8%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.77

 K value IS 0.58

RGB Variations

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

Color information

#016B19 (or 0x016B19) is known color: 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

RGB 1 107 25 -
CMYK 0.99 0 0.77 0.58
HSL 133.58º 0.98% 0.21% -
HSV(B) 133.58º 0.99% 0.42% -
XYZ 5.45 10.59 2.68 -
YUV 65.96 104.88 81.67 -
System Red Green Blue C M Y K H S L
Decimal 1 107 25 0.99 0 0.77 0.58 133.58 0.98 0.21
Hex 1 6B 19 63 0 4D 3A 86 62 15
Octal 1 153 31 143 0 115 72 206 142 25
Binary 1 1101011 11001 1100011 0 1001101 111010 10000110 1100010 10101

Color Harmonies of #016B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016B19

Black with #016B19

Text Example


Text Example

White with #016B19

Text Example


Text Example

HTML Codes & Css Web 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>