#016815

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

Shades of Green #016815

Tints of Green #016815

Color information

#016815 (or 0x016815) is unknown color: approx Green. HEX triplet: 01, 68 and 15. RGB value is (1,104,21). Sum of RGB (Red+Green+Blue) = 1+104+21=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 104 (41.02% from 255 or 82.54% from 126); Blue value is 21 (8.59% from 255 or 16.67% from 126); Max value from RGB is 104 - color contains mainly: green. Hex color #016815 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016815 is #FE97EA. Grayscale: #3F3F3F. Windows color (decimal): -16685035 or 1402881. OLE color: 1402881.

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

Color convert

RGB110421-
CMYK0.9900.800.59
HSL131.65º98.1%20.59%-
HSV(B)131.65º99.04%40.78%-
XYZ5.19.962.36-
YUV63.74103.8883.25-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.79%
GREEN value IS 104 (41.02% from 255) = 82.54%
BLUE value IS 21 (8.59% from 255) = 16.67%
R=0.79%
G=82.54%
B=16.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1104210.9900.800.59131.6598.120.59
Hex16815630503B846215
Octal11502514301207320414225
Binary111010001010111000110101000011101110000100110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016815; }

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

 H1.HeaderClassName
 {
   color: #016815;
 }
 .AnyTagClassName
 {
   color: #016815;
 }
</style>
background-color css

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

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

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

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

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

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