#041A1B

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

Shades of Dark Green #041A1B

Tints of Dark Green #041A1B

Color information

#041A1B (or 0x041A1B) is unknown color: approx Dark Green. HEX triplet: 04, 1A and 1B. RGB value is (4,26,27). Sum of RGB (Red+Green+Blue) = 4+26+27=57 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.02% from 57); Green value is 26 (10.55% from 255 or 45.61% from 57); Blue value is 27 (10.94% from 255 or 47.37% from 57); Max value from RGB is 27 - color contains mainly: blue. Hex color #041A1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041A1B is #FBE5E4. Grayscale: #131313. Windows color (decimal): -16508389 or 1776132. OLE color: 1776132.

HSL color Cylindrical-coordinate representation of color #041A1B: hue angle of 182.61º degrees, saturation: 0.74, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #041A1B is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB42627-
CMYK0.850.0400.89
HSL182.61º74.19%6.08%-
HSV(B)182.61º85.19%10.59%-
XYZ0.620.841.17-
YUV19.54132.21116.92-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.02%
GREEN value IS 26 (10.55% from 255) = 45.61%
BLUE value IS 27 (10.94% from 255) = 47.37%
R=7.02%
G=45.61%
B=47.37%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal426270.850.0400.89182.6174.196.08
Hex41A1B554059b74a6
Octal43233125401312671126
Binary1001101011011101010110001011001101101111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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