#131C19

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

Shades of Dark Green #131C19

Tints of Dark Green #131C19

Color information

#131C19 (or 0x131C19) is unknown color: approx Dark Green. HEX triplet: 13, 1C and 19. RGB value is (19,28,25). Sum of RGB (Red+Green+Blue) = 19+28+25=72 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.39% from 72); Green value is 28 (11.33% from 255 or 38.89% from 72); Blue value is 25 (10.16% from 255 or 34.72% from 72); Max value from RGB is 28 - color contains mainly: green. Hex color #131C19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131C19 is #ECE3E6. Grayscale: #181818. Windows color (decimal): -15524839 or 1645587. OLE color: 1645587.

HSL color Cylindrical-coordinate representation of color #131C19: hue angle of 160º degrees, saturation: 0.19, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #131C19 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.89.

Color convert

RGB192825-
CMYK0.3200.110.89
HSL160º19.15%9.22%-
HSV(B)160º32.14%10.98%-
XYZ0.861.041.07-
YUV24.97128.02123.74-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 26.39%
GREEN value IS 28 (11.33% from 255) = 38.89%
BLUE value IS 25 (10.16% from 255) = 34.72%
R=26.39%
G=38.89%
B=34.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1928250.3200.110.8916019.159.22
Hex131C19200B59a0139
Octal233431400131312402311
Binary10011111001100110000001011101100110100000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,28,25); }

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

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

 a { background-color: rgb(19,28,25); }

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

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

 span { border-color: rgb(19,28,25); }

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