Html Css Color HEX #016812 Green

📋 copy color: '#016812'

red 1 ◦ green 104 ◦ blue 18

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

Shades of Green #016812

Tints of Green #016812

RGB

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

 GREEN value IS 104 (41.02% from 255) = 84.55%

 BLUE value IS 18 (7.42% from 255) = 14.63%

R = 0.81%
G = 84.55%
B = 14.63%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.83

 K value IS 0.59

RGB Variations

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

Color information

#016812 (or 0x016812) is known color: Green. HEX triplet: 01, 68 and 12. RGB value is (1,104,18). Sum of RGB (Red+Green+Blue) = 1+104+18=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 104 (41.02% from 255 or 84.55% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 104 - color contains mainly: green. Hex color #016812 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016812 is #FE97ED. Grayscale: #3F3F3F. Windows color (decimal): -16685038 or 1206273. OLE color: 1206273.

HSL color Cylindrical-coordinate representation of color #016812: hue angle of 129.9º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016812 is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 104 18 -
CMYK 0.99 0 0.83 0.59
HSL 129.9º 0.98% 0.21% -
HSV(B) 129.9º 0.99% 0.41% -
XYZ 5.07 9.95 2.23 -
YUV 63.4 102.38 83.49 -
System Red Green Blue C M Y K H S L
Decimal 1 104 18 0.99 0 0.83 0.59 129.9 0.98 0.21
Hex 1 68 12 63 0 53 3B 82 62 15
Octal 1 150 22 143 0 123 73 202 142 25
Binary 1 1101000 10010 1100011 0 1010011 111011 10000010 1100010 10101

Color Harmonies of #016812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016812

Black with #016812

Text Example


Text Example

White with #016812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016812; }

 p { color: rgb(1,104,18); }

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

background-color css

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

 a { background-color: rgb(1,104,18); }

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

border-color css

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

 span { border-color: rgb(1,104,18); }

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