#013016

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

Shades of Dark Green #013016

Tints of Dark Green #013016

Color information

#013016 (or 0x013016) is unknown color: approx Dark Green. HEX triplet: 01, 30 and 16. RGB value is (1,48,22). Sum of RGB (Red+Green+Blue) = 1+48+22=71 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.41% from 71); Green value is 48 (19.14% from 255 or 67.61% from 71); Blue value is 22 (8.98% from 255 or 30.99% from 71); Max value from RGB is 48 - color contains mainly: green. Hex color #013016 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013016 is #FECFE9. Grayscale: #1F1F1F. Windows color (decimal): -16699370 or 1454081. OLE color: 1454081.

HSL color Cylindrical-coordinate representation of color #013016: hue angle of 146.81º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013016 is Cyan = 0.98, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.81.

Color convert

RGB14822-
CMYK0.9800.540.81
HSL146.81º95.92%9.61%-
HSV(B)146.81º97.92%18.82%-
XYZ1.212.181.12-
YUV30.98122.93106.61-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.41%
GREEN value IS 48 (19.14% from 255) = 67.61%
BLUE value IS 22 (8.98% from 255) = 30.99%
R=1.41%
G=67.61%
B=30.99%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal148220.9800.540.81146.8195.929.61
Hex1301662036519360a
Octal1602614206612122314012
Binary1110000101101100010011011010100011001001111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013016; }

 p { color: rgb(1,48,22); }

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

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

 a { background-color: rgb(1,48,22); }

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

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

 span { border-color: rgb(1,48,22); }

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