#041E1F

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

Shades of Dark Green #041E1F

Tints of Dark Green #041E1F

Color information

#041E1F (or 0x041E1F) is unknown color: approx Dark Green. HEX triplet: 04, 1E and 1F. RGB value is (4,30,31). Sum of RGB (Red+Green+Blue) = 4+30+31=65 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.15% from 65); Green value is 30 (12.11% from 255 or 46.15% from 65); Blue value is 31 (12.5% from 255 or 47.69% from 65); Max value from RGB is 31 - color contains mainly: blue. Hex color #041E1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041E1F is #FBE1E0. Grayscale: #161616. Windows color (decimal): -16507361 or 2039300. OLE color: 2039300.

HSL color Cylindrical-coordinate representation of color #041E1F: hue angle of 182.22º degrees, saturation: 0.77, 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 #041E1F is Cyan = 0.87, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB43031-
CMYK0.870.0300.88
HSL182.22º77.14%6.86%-
HSV(B)182.22º87.1%12.16%-
XYZ0.761.051.46-
YUV22.34132.89114.92-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.15%
GREEN value IS 30 (12.11% from 255) = 46.15%
BLUE value IS 31 (12.5% from 255) = 47.69%
R=6.15%
G=46.15%
B=47.69%

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
Decimal430310.870.0300.88182.2277.146.86
Hex41E1F573058b64d7
Octal43637127301302661157
Binary100111101111110101111101011000101101101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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