#04120D

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

Shades of Dark Green #04120D

Tints of Dark Green #04120D

Color information

#04120D (or 0x04120D) is unknown color: approx Dark Green. HEX triplet: 04, 12 and 0D. RGB value is (4,18,13). Sum of RGB (Red+Green+Blue) = 4+18+13=35 (4% of max value = 765). Red value is 4 (1.95% from 255 or 11.43% from 35); Green value is 18 (7.42% from 255 or 51.43% from 35); Blue value is 13 (5.47% from 255 or 37.14% from 35); Max value from RGB is 18 - color contains mainly: green. Hex color #04120D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04120D is #FBEDF2. Grayscale: #0D0D0D. Windows color (decimal): -16510451 or 856580. OLE color: 856580.

HSL color Cylindrical-coordinate representation of color #04120D: hue angle of 158.57º degrees, saturation: 0.64, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #04120D is Cyan = 0.78, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.93.

Color convert

RGB41813-
CMYK0.7800.280.93
HSL158.57º63.64%4.31%-
HSV(B)158.57º77.78%7.06%-
XYZ0.340.490.46-
YUV13.24127.86121.41-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 11.43%
GREEN value IS 18 (7.42% from 255) = 51.43%
BLUE value IS 13 (5.47% from 255) = 37.14%
R=11.43%
G=51.43%
B=37.14%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal418130.7800.280.93158.5763.644.31
Hex412D4E01C5D9f404
Octal422151160341352371004
Binary10010010110110011100111001011101100111111000000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04120D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04120D; }

 p { color: rgb(4,18,13); }

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

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

 a { background-color: rgb(4,18,13); }

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

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

 span { border-color: rgb(4,18,13); }

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