#016305

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

Shades of Green #016305

Tints of Green #016305

Color information

#016305 (or 0x016305) is unknown color: approx Green. HEX triplet: 01, 63 and 05. RGB value is (1,99,5). Sum of RGB (Red+Green+Blue) = 1+99+5=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 99 (39.06% from 255 or 94.29% from 105); Blue value is 5 (2.34% from 255 or 4.76% from 105); Max value from RGB is 99 - color contains mainly: green. Hex color #016305 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016305 is #FE9CFA. Grayscale: #3B3B3B. Windows color (decimal): -16686331 or 353025. OLE color: 353025.

HSL color Cylindrical-coordinate representation of color #016305: hue angle of 122.45º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016305 is Cyan = 0.99, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.61.

Color convert

RGB1995-
CMYK0.9900.950.61
HSL122.45º98%19.61%-
HSV(B)122.45º98.99%38.82%-
XYZ4.58.941.63-
YUV58.9897.5386.64-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.95%
GREEN value IS 99 (39.06% from 255) = 94.29%
BLUE value IS 5 (2.34% from 255) = 4.76%
R=0.95%
G=94.29%
B=4.76%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal19950.9900.950.61122.459819.61
Hex16356305F3D7a6214
Octal1143514301377517214224
Binary111000111011100011010111111111011111010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016305; }

 p { color: rgb(1,99,5); }

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

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

 a { background-color: rgb(1,99,5); }

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

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

 span { border-color: rgb(1,99,5); }

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