#016812

Color #016812 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #016812

Tints of Green #016812

Color information

#016812 (or 0x016812) is unknown color: approx 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

RGB110418-
CMYK0.9900.830.59
HSL129.9º98.1%20.59%-
HSV(B)129.9º99.04%40.78%-
XYZ5.079.952.23-
YUV63.4102.3883.49-

RGB Variations

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

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 (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1104180.9900.830.59129.998.120.59
Hex16812630533B826215
Octal11502214301237320214225
Binary111010001001011000110101001111101110000010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>