#041B0B

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

Shades of Dark Green #041B0B

Tints of Dark Green #041B0B

Color information

#041B0B (or 0x041B0B) is unknown color: approx Dark Green. HEX triplet: 04, 1B and 0B. RGB value is (4,27,11). Sum of RGB (Red+Green+Blue) = 4+27+11=42 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.52% from 42); Green value is 27 (10.94% from 255 or 64.29% from 42); Blue value is 11 (4.69% from 255 or 26.19% from 42); Max value from RGB is 27 - color contains mainly: green. Hex color #041B0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #041B0B is #FBE4F4. Grayscale: #121212. Windows color (decimal): -16508149 or 727812. OLE color: 727812.

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

Color convert

RGB42711-
CMYK0.8500.590.89
HSL138.26º74.19%6.08%-
HSV(B)138.26º85.19%10.59%-
XYZ0.50.830.45-
YUV18.3123.88117.8-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 9.52%
GREEN value IS 27 (10.94% from 255) = 64.29%
BLUE value IS 11 (4.69% from 255) = 26.19%
R=9.52%
G=64.29%
B=26.19%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal427110.8500.590.89138.2674.196.08
Hex41BB5503B598a4a6
Octal433131250731312121126
Binary100110111011101010101110111011001100010101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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