#041E0C

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

Shades of Dark Green #041E0C

Tints of Dark Green #041E0C

Color information

#041E0C (or 0x041E0C) is unknown color: approx Dark Green. HEX triplet: 04, 1E and 0C. RGB value is (4,30,12). Sum of RGB (Red+Green+Blue) = 4+30+12=46 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.70% from 46); Green value is 30 (12.11% from 255 or 65.22% from 46); Blue value is 12 (5.08% from 255 or 26.09% from 46); Max value from RGB is 30 - color contains mainly: green. Hex color #041E0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #041E0C is #FBE1F3. Grayscale: #141414. Windows color (decimal): -16507380 or 794116. OLE color: 794116.

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

Color convert

RGB43012-
CMYK0.8700.600.88
HSL138.46º76.47%6.67%-
HSV(B)138.46º86.67%11.76%-
XYZ0.580.980.51-
YUV20.17123.39116.46-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 8.70%
GREEN value IS 30 (12.11% from 255) = 65.22%
BLUE value IS 12 (5.08% from 255) = 26.09%
R=8.70%
G=65.22%
B=26.09%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal430120.8700.600.88138.4676.476.67
Hex41EC5703C588a4c7
Octal436141270741302121147
Binary100111101100101011101111001011000100010101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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