Html Css Color HEX #016211 Green

📋 copy color: '#016211'

red 1 ◦ green 98 ◦ blue 17

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

Shades of Green #016211

Tints of Green #016211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 14.66%

R = 0.86%
G = 84.48%
B = 14.66%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#016211 (or 0x016211) is known color: Green. HEX triplet: 01, 62 and 11. RGB value is (1,98,17). Sum of RGB (Red+Green+Blue) = 1+98+17=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 98 (38.67% from 255 or 84.48% from 116); Blue value is 17 (7.03% from 255 or 14.66% from 116); Max value from RGB is 98 - color contains mainly: green. Hex color #016211 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016211 is #FE9DEE. Grayscale: #3B3B3B. Windows color (decimal): -16686575 or 1139201. OLE color: 1139201.

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

Color convert

RGB 1 98 17 -
CMYK 0.99 0 0.83 0.62
HSL 129.9º 0.98% 0.19% -
HSV(B) 129.9º 0.99% 0.38% -
XYZ 4.48 8.78 1.99 -
YUV 59.76 103.86 86.09 -
System Red Green Blue C M Y K H S L
Decimal 1 98 17 0.99 0 0.83 0.62 129.9 0.98 0.19
Hex 1 62 11 63 0 53 3E 82 62 13
Octal 1 142 21 143 0 123 76 202 142 23
Binary 1 1100010 10001 1100011 0 1010011 111110 10000010 1100010 10011

Color Harmonies of #016211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016211

Black with #016211

Text Example


Text Example

White with #016211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016211; }

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

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

background-color css

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

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

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

border-color css

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

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

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