#041D1E

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

Shades of Dark Green #041D1E

Tints of Dark Green #041D1E

Color information

#041D1E (or 0x041D1E) is unknown color: approx Dark Green. HEX triplet: 04, 1D and 1E. RGB value is (4,29,30). Sum of RGB (Red+Green+Blue) = 4+29+30=63 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.35% from 63); Green value is 29 (11.72% from 255 or 46.03% from 63); Blue value is 30 (12.11% from 255 or 47.62% from 63); Max value from RGB is 30 - color contains mainly: blue. Hex color #041D1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041D1E is #FBE2E1. Grayscale: #151515. Windows color (decimal): -16507618 or 1973508. OLE color: 1973508.

HSL color Cylindrical-coordinate representation of color #041D1E: hue angle of 182.31º degrees, saturation: 0.76, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #041D1E is Cyan = 0.87, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB42930-
CMYK0.870.0300.88
HSL182.31º76.47%6.67%-
HSV(B)182.31º86.67%11.76%-
XYZ0.7211.38-
YUV21.64132.72115.42-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.35%
GREEN value IS 29 (11.72% from 255) = 46.03%
BLUE value IS 30 (12.11% from 255) = 47.62%
R=6.35%
G=46.03%
B=47.62%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal429300.870.0300.88182.3176.476.67
Hex41D1E573058b64c7
Octal43536127301302661147
Binary100111011111010101111101011000101101101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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