Html Css Color HEX #016B13 Green

📋 copy color: '#016B13'

red 1 ◦ green 107 ◦ blue 19

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

Shades of Green #016B13

Tints of Green #016B13

RGB

 RED value IS 1 (0.78% from 255) = 0.79%

 GREEN value IS 107 (42.19% from 255) = 84.25%

 BLUE value IS 19 (7.81% from 255) = 14.96%

R = 0.79%
G = 84.25%
B = 14.96%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.82

 K value IS 0.58

RGB Variations

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

Color information

#016B13 (or 0x016B13) is known color: Green. HEX triplet: 01, 6B and 13. RGB value is (1,107,19). Sum of RGB (Red+Green+Blue) = 1+107+19=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 107 (42.19% from 255 or 84.25% from 127); Blue value is 19 (7.81% from 255 or 14.96% from 127); Max value from RGB is 107 - color contains mainly: green. Hex color #016B13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016B13 is #FE94EC. Grayscale: #414141. Windows color (decimal): -16684269 or 1272577. OLE color: 1272577.

HSL color Cylindrical-coordinate representation of color #016B13: hue angle of 130.19º 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 #016B13 is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB 1 107 19 -
CMYK 0.99 0 0.82 0.58
HSL 130.19º 0.98% 0.21% -
HSV(B) 130.19º 0.99% 0.42% -
XYZ 5.39 10.57 2.37 -
YUV 65.27 101.88 82.16 -
System Red Green Blue C M Y K H S L
Decimal 1 107 19 0.99 0 0.82 0.58 130.19 0.98 0.21
Hex 1 6B 13 63 0 52 3A 82 62 15
Octal 1 153 23 143 0 122 72 202 142 25
Binary 1 1101011 10011 1100011 0 1010010 111010 10000010 1100010 10101

Color Harmonies of #016B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016B13

Black with #016B13

Text Example


Text Example

White with #016B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #016B13;
 }
 .AnyTagClassName
 {
   color: #016B13;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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