#13261F

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

Shades of Dark Green #13261F

Tints of Dark Green #13261F

Color information

#13261F (or 0x13261F) is unknown color: approx Dark Green. HEX triplet: 13, 26 and 1F. RGB value is (19,38,31). Sum of RGB (Red+Green+Blue) = 19+38+31=88 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.59% from 88); Green value is 38 (15.23% from 255 or 43.18% from 88); Blue value is 31 (12.5% from 255 or 35.23% from 88); Max value from RGB is 38 - color contains mainly: green. Hex color #13261F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13261F is #ECD9E0. Grayscale: #1F1F1F. Windows color (decimal): -15522273 or 2041363. OLE color: 2041363.

HSL color Cylindrical-coordinate representation of color #13261F: hue angle of 157.89º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #13261F is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.85.

Color convert

RGB193831-
CMYK0.5000.180.85
HSL157.89º33.33%11.18%-
HSV(B)157.89º50%14.9%-
XYZ1.211.621.55-
YUV31.52127.71119.07-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.59%
GREEN value IS 38 (15.23% from 255) = 43.18%
BLUE value IS 31 (12.5% from 255) = 35.23%
R=21.59%
G=43.18%
B=35.23%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1938310.5000.180.85157.8933.3311.18
Hex13261F32012559e21b
Octal234637620221252364113
Binary10011100110111111100100100101010101100111101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13261F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13261F; }

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

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

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

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

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

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

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

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