Html Css Color HEX #016213 Green

📋 copy color: '#016213'

red 1 ◦ green 98 ◦ blue 19

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

Shades of Green #016213

Tints of Green #016213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 16.1%

R = 0.85%
G = 83.05%
B = 16.1%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#016213 (or 0x016213) is known color: Green. HEX triplet: 01, 62 and 13. RGB value is (1,98,19). Sum of RGB (Red+Green+Blue) = 1+98+19=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 98 (38.67% from 255 or 83.05% from 118); Blue value is 19 (7.81% from 255 or 16.10% from 118); Max value from RGB is 98 - color contains mainly: green. Hex color #016213 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016213 is #FE9DEC. Grayscale: #3C3C3C. Windows color (decimal): -16686573 or 1270273. OLE color: 1270273.

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

Color convert

RGB 1 98 19 -
CMYK 0.99 0 0.81 0.62
HSL 131.13º 0.98% 0.19% -
HSV(B) 131.13º 0.99% 0.38% -
XYZ 4.5 8.79 2.08 -
YUV 59.99 104.86 85.92 -
System Red Green Blue C M Y K H S L
Decimal 1 98 19 0.99 0 0.81 0.62 131.13 0.98 0.19
Hex 1 62 13 63 0 51 3E 83 62 13
Octal 1 142 23 143 0 121 76 203 142 23
Binary 1 1100010 10011 1100011 0 1010001 111110 10000011 1100010 10011

Color Harmonies of #016213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016213

Black with #016213

Text Example


Text Example

White with #016213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016213; }

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

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

background-color css

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

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

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

border-color css

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

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

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