#041B1B

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

Shades of Dark Green #041B1B

Tints of Dark Green #041B1B

Color information

#041B1B (or 0x041B1B) is unknown color: approx Dark Green. HEX triplet: 04, 1B and 1B. RGB value is (4,27,27). Sum of RGB (Red+Green+Blue) = 4+27+27=58 (7% of max value = 765). Red value is 4 (1.95% from 255 or 6.90% from 58); Green value is 27 (10.94% from 255 or 46.55% from 58); Blue value is 27 (10.94% from 255 or 46.55% from 58); Max value from RGB is 27 - color contains mainly: green, blue. Hex color #041B1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041B1B is #FBE4E4. Grayscale: #141414. Windows color (decimal): -16508133 or 1776388. OLE color: 1776388.

HSL color Cylindrical-coordinate representation of color #041B1B: hue angle of 180º 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 #041B1B is Cyan = 0.85, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB42727-
CMYK0.85000.89
HSL180º74.19%6.08%-
HSV(B)180º85.19%10.59%-
XYZ0.640.891.17-
YUV20.12131.88116.5-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.90%
GREEN value IS 27 (10.94% from 255) = 46.55%
BLUE value IS 27 (10.94% from 255) = 46.55%
R=6.90%
G=46.55%
B=46.55%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal427270.85000.8918074.196.08
Hex41B1B550059b44a6
Octal43333125001312641126
Binary10011011110111010101001011001101101001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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