Html Css Color HEX #016814 Green

📋 copy color: '#016814'

red 1 ◦ green 104 ◦ blue 20

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

Shades of Green #016814

Tints of Green #016814

RGB

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

 GREEN value IS 104 (41.02% from 255) = 83.2%

 BLUE value IS 20 (8.2% from 255) = 16%

R = 0.8%
G = 83.2%
B = 16%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#016814 (or 0x016814) is known color: Green. HEX triplet: 01, 68 and 14. RGB value is (1,104,20). Sum of RGB (Red+Green+Blue) = 1+104+20=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 104 (41.02% from 255 or 83.2% from 125); Blue value is 20 (8.20% from 255 or 16% from 125); Max value from RGB is 104 - color contains mainly: green. Hex color #016814 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016814 is #FE97EB. Grayscale: #3F3F3F. Windows color (decimal): -16685036 or 1337345. OLE color: 1337345.

HSL color Cylindrical-coordinate representation of color #016814: hue angle of 131.07º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016814 is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 104 20 -
CMYK 0.99 0 0.81 0.59
HSL 131.07º 0.98% 0.21% -
HSV(B) 131.07º 0.99% 0.41% -
XYZ 5.09 9.96 2.32 -
YUV 63.63 103.38 83.33 -
System Red Green Blue C M Y K H S L
Decimal 1 104 20 0.99 0 0.81 0.59 131.07 0.98 0.21
Hex 1 68 14 63 0 51 3B 83 62 15
Octal 1 150 24 143 0 121 73 203 142 25
Binary 1 1101000 10100 1100011 0 1010001 111011 10000011 1100010 10101

Color Harmonies of #016814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016814

Black with #016814

Text Example


Text Example

White with #016814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016814; }

 p { color: rgb(1,104,20); }

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

background-color css

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

 a { background-color: rgb(1,104,20); }

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

border-color css

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

 span { border-color: rgb(1,104,20); }

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