Html Css Color HEX #016802 Green

📋 copy color: '#016802'

red 1 ◦ green 104 ◦ blue 2

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

Shades of Green #016802

Tints of Green #016802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.87%

R = 0.93%
G = 97.2%
B = 1.87%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.98

 K value IS 0.59

RGB Variations

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

Color information

#016802 (or 0x016802) is known color: Green. HEX triplet: 01, 68 and 02. RGB value is (1,104,2). Sum of RGB (Red+Green+Blue) = 1+104+2=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 104 (41.02% from 255 or 97.20% from 107); Blue value is 2 (1.17% from 255 or 1.87% from 107); Max value from RGB is 104 - color contains mainly: green. Hex color #016802 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016802 is #FE97FD. Grayscale: #3D3D3D. Windows color (decimal): -16685054 or 157697. OLE color: 157697.

HSL color Cylindrical-coordinate representation of color #016802: hue angle of 120.58º 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 #016802 is Cyan = 0.99, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 104 2 -
CMYK 0.99 0 0.98 0.59
HSL 120.58º 0.98% 0.21% -
HSV(B) 120.58º 0.99% 0.41% -
XYZ 4.97 9.91 1.71 -
YUV 61.58 94.38 84.79 -
System Red Green Blue C M Y K H S L
Decimal 1 104 2 0.99 0 0.98 0.59 120.58 0.98 0.21
Hex 1 68 2 63 0 62 3B 79 62 15
Octal 1 150 2 143 0 142 73 171 142 25
Binary 1 1101000 10 1100011 0 1100010 111011 1111001 1100010 10101

Color Harmonies of #016802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016802

Black with #016802

Text Example


Text Example

White with #016802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016802; }

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

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

background-color css

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

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

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

border-color css

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

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

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