#031818

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

Shades of Dark Green #031818

Tints of Dark Green #031818

Color information

#031818 (or 0x031818) is unknown color: approx Dark Green. HEX triplet: 03, 18 and 18. RGB value is (3,24,24). Sum of RGB (Red+Green+Blue) = 3+24+24=51 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.88% from 51); Green value is 24 (9.77% from 255 or 47.06% from 51); Blue value is 24 (9.77% from 255 or 47.06% from 51); Max value from RGB is 24 - color contains mainly: green, blue. Hex color #031818 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031818 is #FCE7E7. Grayscale: #111111. Windows color (decimal): -16574440 or 1579011. OLE color: 1579011.

HSL color Cylindrical-coordinate representation of color #031818: hue angle of 180º degrees, saturation: 0.78, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #031818 is Cyan = 0.88, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB32424-
CMYK0.88000.91
HSL180º77.78%5.29%-
HSV(B)180º87.5%9.41%-
XYZ0.530.740.98-
YUV17.72131.54117.5-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.88%
GREEN value IS 24 (9.77% from 255) = 47.06%
BLUE value IS 24 (9.77% from 255) = 47.06%
R=5.88%
G=47.06%
B=47.06%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal324240.88000.9118077.785.29
Hex3181858005Bb44e5
Octal33030130001332641165
Binary1111000110001011000001011011101101001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031818; }

 p { color: rgb(3,24,24); }

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

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

 a { background-color: rgb(3,24,24); }

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

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

 span { border-color: rgb(3,24,24); }

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