#031813

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

Shades of Dark Green #031813

Tints of Dark Green #031813

Color information

#031813 (or 0x031813) is unknown color: approx Dark Green. HEX triplet: 03, 18 and 13. RGB value is (3,24,19). Sum of RGB (Red+Green+Blue) = 3+24+19=46 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.52% from 46); Green value is 24 (9.77% from 255 or 52.17% from 46); Blue value is 19 (7.81% from 255 or 41.30% from 46); Max value from RGB is 24 - color contains mainly: green. Hex color #031813 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031813 is #FCE7EC. Grayscale: #111111. Windows color (decimal): -16574445 or 1251331. OLE color: 1251331.

HSL color Cylindrical-coordinate representation of color #031813: hue angle of 165.71º 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 #031813 is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.91.

Color convert

RGB32419-
CMYK0.8800.210.91
HSL165.71º77.78%5.29%-
HSV(B)165.71º87.5%9.41%-
XYZ0.480.720.73-
YUV17.15129.04117.91-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.52%
GREEN value IS 24 (9.77% from 255) = 52.17%
BLUE value IS 19 (7.81% from 255) = 41.30%
R=6.52%
G=52.17%
B=41.30%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal324190.8800.210.91165.7177.785.29
Hex31813580155Ba64e5
Octal330231300251332461165
Binary11110001001110110000101011011011101001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031813; }

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

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

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

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

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

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

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

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