#041A12

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

Shades of Dark Green #041A12

Tints of Dark Green #041A12

Color information

#041A12 (or 0x041A12) is unknown color: approx Dark Green. HEX triplet: 04, 1A and 12. RGB value is (4,26,18). Sum of RGB (Red+Green+Blue) = 4+26+18=48 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.33% from 48); Green value is 26 (10.55% from 255 or 54.17% from 48); Blue value is 18 (7.42% from 255 or 37.5% from 48); Max value from RGB is 26 - color contains mainly: green. Hex color #041A12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #041A12 is #FBE5ED. Grayscale: #121212. Windows color (decimal): -16508398 or 1186308. OLE color: 1186308.

HSL color Cylindrical-coordinate representation of color #041A12: hue angle of 158.18º degrees, saturation: 0.73, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #041A12 is Cyan = 0.85, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.90.

Color convert

RGB42618-
CMYK0.8500.310.90
HSL158.18º73.33%5.88%-
HSV(B)158.18º84.62%10.2%-
XYZ0.530.810.7-
YUV18.51127.71117.65-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 8.33%
GREEN value IS 26 (10.55% from 255) = 54.17%
BLUE value IS 18 (7.42% from 255) = 37.5%
R=8.33%
G=54.17%
B=37.5%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal426180.8500.310.90158.1873.335.88
Hex41A125501F5A9e496
Octal432221250371322361116
Binary100110101001010101010111111011010100111101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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