#131E1B

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

Shades of Dark Green #131E1B

Tints of Dark Green #131E1B

Color information

#131E1B (or 0x131E1B) is unknown color: approx Dark Green. HEX triplet: 13, 1E and 1B. RGB value is (19,30,27). Sum of RGB (Red+Green+Blue) = 19+30+27=76 (10% of max value = 765). Red value is 19 (7.81% from 255 or 25% from 76); Green value is 30 (12.11% from 255 or 39.47% from 76); Blue value is 27 (10.94% from 255 or 35.53% from 76); Max value from RGB is 30 - color contains mainly: green. Hex color #131E1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131E1B is #ECE1E4. Grayscale: #1A1A1A. Windows color (decimal): -15524325 or 1777171. OLE color: 1777171.

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

Color convert

RGB193027-
CMYK0.3700.100.88
HSL163.64º22.45%9.61%-
HSV(B)163.64º36.67%11.76%-
XYZ0.931.151.21-
YUV26.37128.36122.74-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 25%
GREEN value IS 30 (12.11% from 255) = 39.47%
BLUE value IS 27 (10.94% from 255) = 35.53%
R=25%
G=39.47%
B=35.53%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1930270.3700.100.88163.6422.459.61
Hex131E1B250A58a416a
Octal233633450121302442612
Binary10011111101101110010101010101100010100100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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