#041D0D

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

Shades of Dark Green #041D0D

Tints of Dark Green #041D0D

Color information

#041D0D (or 0x041D0D) is unknown color: approx Dark Green. HEX triplet: 04, 1D and 0D. RGB value is (4,29,13). Sum of RGB (Red+Green+Blue) = 4+29+13=46 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.70% from 46); Green value is 29 (11.72% from 255 or 63.04% from 46); Blue value is 13 (5.47% from 255 or 28.26% from 46); Max value from RGB is 29 - color contains mainly: green. Hex color #041D0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #041D0D is #FBE2F2. Grayscale: #131313. Windows color (decimal): -16507635 or 859396. OLE color: 859396.

HSL color Cylindrical-coordinate representation of color #041D0D: hue angle of 141.6º degrees, saturation: 0.76, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #041D0D is Cyan = 0.86, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.89.

Color convert

RGB42913-
CMYK0.8600.550.89
HSL141.6º75.76%6.47%-
HSV(B)141.6º86.21%11.37%-
XYZ0.560.930.53-
YUV19.7124.22116.8-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 8.70%
GREEN value IS 29 (11.72% from 255) = 63.04%
BLUE value IS 13 (5.47% from 255) = 28.26%
R=8.70%
G=63.04%
B=28.26%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal429130.8600.550.89141.675.766.47
Hex41DD56037598e4c6
Octal435151260671312161146
Binary100111011101101011001101111011001100011101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041D0D; }

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

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

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

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

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

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

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

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