#003412

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

Shades of Dark Green #003412

Tints of Dark Green #003412

Color information

#003412 (or 0x003412) is unknown color: approx Dark Green. HEX triplet: 00, 34 and 12. RGB value is (0,52,18). Sum of RGB (Red+Green+Blue) = 0+52+18=70 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 70); Green value is 52 (20.70% from 255 or 74.29% from 70); Blue value is 18 (7.42% from 255 or 25.71% from 70); Max value from RGB is 52 - color contains mainly: green. Hex color #003412 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003412 is #FFCBED. Grayscale: #202020. Windows color (decimal): -16763886 or 1192960. OLE color: 1192960.

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

Color convert

RGB05218-
CMYK100.650.80
HSL140.77º100%10.2%-
HSV(B)140.77º100%20.39%-
XYZ1.342.50.98-
YUV32.58119.77104.76-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 52 (20.70% from 255) = 74.29%
BLUE value IS 18 (7.42% from 255) = 25.71%
R=0%
G=74.29%
B=25.71%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal05218100.650.80140.7710010.2
Hex0341264041508d64a
Octal06422144010112021514412
Binary01101001001011001000100000110100001000110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003412; }

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

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

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

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

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

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

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

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