#041C1A

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

Shades of Dark Green #041C1A

Tints of Dark Green #041C1A

Color information

#041C1A (or 0x041C1A) is unknown color: approx Dark Green. HEX triplet: 04, 1C and 1A. RGB value is (4,28,26). Sum of RGB (Red+Green+Blue) = 4+28+26=58 (7% of max value = 765). Red value is 4 (1.95% from 255 or 6.90% from 58); Green value is 28 (11.33% from 255 or 48.28% from 58); Blue value is 26 (10.55% from 255 or 44.83% from 58); Max value from RGB is 28 - color contains mainly: green. Hex color #041C1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041C1A is #FBE3E5. Grayscale: #141414. Windows color (decimal): -16507878 or 1711108. OLE color: 1711108.

HSL color Cylindrical-coordinate representation of color #041C1A: hue angle of 175º degrees, saturation: 0.75, 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 #041C1A is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.89.

Color convert

RGB42826-
CMYK0.8600.070.89
HSL175º75%6.27%-
HSV(B)175º85.71%10.98%-
XYZ0.650.931.12-
YUV20.6131.05116.16-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.90%
GREEN value IS 28 (11.33% from 255) = 48.28%
BLUE value IS 26 (10.55% from 255) = 44.83%
R=6.90%
G=48.28%
B=44.83%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal428260.8600.070.89175756.27
Hex41C1A560759af4b6
Octal43432126071312571136
Binary1001110011010101011001111011001101011111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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