Html Css Color HEX #016202 Green

📋 copy color: '#016202'

red 1 ◦ green 98 ◦ blue 2

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

Shades of Green #016202

Tints of Green #016202

RGB

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

 GREEN value IS 98 (38.67% from 255) = 97.03%

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

R = 0.99%
G = 97.03%
B = 1.98%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#016202 (or 0x016202) is known color: Green. HEX triplet: 01, 62 and 02. RGB value is (1,98,2). Sum of RGB (Red+Green+Blue) = 1+98+2=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 98 (38.67% from 255 or 97.03% from 101); Blue value is 2 (1.17% from 255 or 1.98% from 101); Max value from RGB is 98 - color contains mainly: green. Hex color #016202 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016202 is #FE9DFD. Grayscale: #3A3A3A. Windows color (decimal): -16686590 or 156161. OLE color: 156161.

HSL color Cylindrical-coordinate representation of color #016202: hue angle of 120.62º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016202 is Cyan = 0.99, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 98 2 -
CMYK 0.99 0 0.98 0.62
HSL 120.62º 0.98% 0.19% -
HSV(B) 120.62º 0.99% 0.38% -
XYZ 4.39 8.75 1.51 -
YUV 58.05 96.36 87.31 -
System Red Green Blue C M Y K H S L
Decimal 1 98 2 0.99 0 0.98 0.62 120.62 0.98 0.19
Hex 1 62 2 63 0 62 3E 79 62 13
Octal 1 142 2 143 0 142 76 171 142 23
Binary 1 1100010 10 1100011 0 1100010 111110 1111001 1100010 10011

Color Harmonies of #016202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016202

Black with #016202

Text Example


Text Example

White with #016202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016202; }

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

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

background-color css

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

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

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

border-color css

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

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

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