#131F1B

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

Shades of Dark Green #131F1B

Tints of Dark Green #131F1B

Color information

#131F1B (or 0x131F1B) is unknown color: approx Dark Green. HEX triplet: 13, 1F and 1B. RGB value is (19,31,27). Sum of RGB (Red+Green+Blue) = 19+31+27=77 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.68% from 77); Green value is 31 (12.5% from 255 or 40.26% from 77); Blue value is 27 (10.94% from 255 or 35.06% from 77); Max value from RGB is 31 - color contains mainly: green. Hex color #131F1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131F1B is #ECE0E4. Grayscale: #1A1A1A. Windows color (decimal): -15524069 or 1777427. OLE color: 1777427.

HSL color Cylindrical-coordinate representation of color #131F1B: hue angle of 160º degrees, saturation: 0.24, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #131F1B is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.88.

Color convert

RGB193127-
CMYK0.3900.130.88
HSL160º24%9.8%-
HSV(B)160º38.71%12.16%-
XYZ0.961.21.22-
YUV26.96128.02122.33-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.68%
GREEN value IS 31 (12.5% from 255) = 40.26%
BLUE value IS 27 (10.94% from 255) = 35.06%
R=24.68%
G=40.26%
B=35.06%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1931270.3900.130.88160249.8
Hex131F1B270D58a018a
Octal233733470151302403012
Binary10011111111101110011101101101100010100000110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131F1B; }

 p { color: rgb(19,31,27); }

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

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

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

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

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

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

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