Html Css Color HEX #01620E Green

📋 copy color: '#01620E'

red 1 ◦ green 98 ◦ blue 14

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

Shades of Green #01620E

Tints of Green #01620E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 12.39%

R = 0.88%
G = 86.73%
B = 12.39%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#01620E (or 0x01620E) is known color: Green. HEX triplet: 01, 62 and 0E. RGB value is (1,98,14). Sum of RGB (Red+Green+Blue) = 1+98+14=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 98 (38.67% from 255 or 86.73% from 113); Blue value is 14 (5.86% from 255 or 12.39% from 113); Max value from RGB is 98 - color contains mainly: green. Hex color #01620E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01620E is #FE9DF1. Grayscale: #3B3B3B. Windows color (decimal): -16686578 or 942593. OLE color: 942593.

HSL color Cylindrical-coordinate representation of color #01620E: hue angle of 128.04º 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 #01620E is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 98 14 -
CMYK 0.99 0 0.86 0.62
HSL 128.04º 0.98% 0.19% -
HSV(B) 128.04º 0.99% 0.38% -
XYZ 4.46 8.77 1.87 -
YUV 59.42 102.36 86.33 -
System Red Green Blue C M Y K H S L
Decimal 1 98 14 0.99 0 0.86 0.62 128.04 0.98 0.19
Hex 1 62 E 63 0 56 3E 80 62 13
Octal 1 142 16 143 0 126 76 200 142 23
Binary 1 1100010 1110 1100011 0 1010110 111110 10000000 1100010 10011

Color Harmonies of #01620E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01620E

Black with #01620E

Text Example


Text Example

White with #01620E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01620E; }

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

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

background-color css

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

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

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

border-color css

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

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

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