#031B19

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

Shades of Dark Green #031B19

Tints of Dark Green #031B19

Color information

#031B19 (or 0x031B19) is unknown color: approx Dark Green. HEX triplet: 03, 1B and 19. RGB value is (3,27,25). Sum of RGB (Red+Green+Blue) = 3+27+25=55 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.45% from 55); Green value is 27 (10.94% from 255 or 49.09% from 55); Blue value is 25 (10.16% from 255 or 45.45% from 55); Max value from RGB is 27 - color contains mainly: green. Hex color #031B19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031B19 is #FCE4E6. Grayscale: #131313. Windows color (decimal): -16573671 or 1645315. OLE color: 1645315.

HSL color Cylindrical-coordinate representation of color #031B19: hue angle of 175º degrees, saturation: 0.8, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #031B19 is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.89.

Color convert

RGB32725-
CMYK0.8900.070.89
HSL175º80%5.88%-
HSV(B)175º88.89%10.59%-
XYZ0.60.871.06-
YUV19.6131.05116.16-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.45%
GREEN value IS 27 (10.94% from 255) = 49.09%
BLUE value IS 25 (10.16% from 255) = 45.45%
R=5.45%
G=49.09%
B=45.45%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal327250.8900.070.89175805.88
Hex31B19590759af506
Octal33331131071312571206
Binary111101111001101100101111011001101011111010000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031B19; }

 p { color: rgb(3,27,25); }

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

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

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

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

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

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

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