#013412

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

Shades of Dark Green #013412

Tints of Dark Green #013412

Color information

#013412 (or 0x013412) is unknown color: approx Dark Green. HEX triplet: 01, 34 and 12. RGB value is (1,52,18). Sum of RGB (Red+Green+Blue) = 1+52+18=71 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.41% from 71); Green value is 52 (20.70% from 255 or 73.24% from 71); Blue value is 18 (7.42% from 255 or 25.35% from 71); Max value from RGB is 52 - color contains mainly: green. Hex color #013412 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013412 is #FECBED. Grayscale: #202020. Windows color (decimal): -16698350 or 1192961. OLE color: 1192961.

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

Color convert

RGB15218-
CMYK0.9800.650.80
HSL140º96.23%10.39%-
HSV(B)140º98.08%20.39%-
XYZ1.352.510.98-
YUV32.88119.6105.26-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.41%
GREEN value IS 52 (20.70% from 255) = 73.24%
BLUE value IS 18 (7.42% from 255) = 25.35%
R=1.41%
G=73.24%
B=25.35%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal152180.9800.650.8014096.2310.39
Hex1341262041508c60a
Octal16422142010112021414012
Binary11101001001011000100100000110100001000110011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013412; }

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

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

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

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

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

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

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

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