Html Css Color HEX #01620B Green

📋 copy color: '#01620B'

red 1 ◦ green 98 ◦ blue 11

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

Shades of Green #01620B

Tints of Green #01620B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 10%

R = 0.91%
G = 89.09%
B = 10%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.89

 K value IS 0.62

RGB Variations

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

Color information

#01620B (or 0x01620B) is known color: Green. HEX triplet: 01, 62 and 0B. RGB value is (1,98,11). Sum of RGB (Red+Green+Blue) = 1+98+11=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 98 (38.67% from 255 or 89.09% from 110); Blue value is 11 (4.69% from 255 or 10% from 110); Max value from RGB is 98 - color contains mainly: green. Hex color #01620B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01620B is #FE9DF4. Grayscale: #3B3B3B. Windows color (decimal): -16686581 or 745985. OLE color: 745985.

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

Color convert

RGB 1 98 11 -
CMYK 0.99 0 0.89 0.62
HSL 126.19º 0.98% 0.19% -
HSV(B) 126.19º 0.99% 0.38% -
XYZ 4.44 8.77 1.77 -
YUV 59.08 100.86 86.57 -
System Red Green Blue C M Y K H S L
Decimal 1 98 11 0.99 0 0.89 0.62 126.19 0.98 0.19
Hex 1 62 B 63 0 59 3E 7E 62 13
Octal 1 142 13 143 0 131 76 176 142 23
Binary 1 1100010 1011 1100011 0 1011001 111110 1111110 1100010 10011

Color Harmonies of #01620B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01620B

Black with #01620B

Text Example


Text Example

White with #01620B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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