#13201C

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

Shades of Dark Green #13201C

Tints of Dark Green #13201C

Color information

#13201C (or 0x13201C) is unknown color: approx Dark Green. HEX triplet: 13, 20 and 1C. RGB value is (19,32,28). Sum of RGB (Red+Green+Blue) = 19+32+28=79 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.05% from 79); Green value is 32 (12.89% from 255 or 40.51% from 79); Blue value is 28 (11.33% from 255 or 35.44% from 79); Max value from RGB is 32 - color contains mainly: green. Hex color #13201C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13201C is #ECDFE3. Grayscale: #1B1B1B. Windows color (decimal): -15523812 or 1843219. OLE color: 1843219.

HSL color Cylindrical-coordinate representation of color #13201C: hue angle of 161.54º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #13201C is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.

Color convert

RGB193228-
CMYK0.4100.120.87
HSL161.54º25.49%10%-
HSV(B)161.54º40.62%12.55%-
XYZ0.991.261.29-
YUV27.66128.19121.83-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.05%
GREEN value IS 32 (12.89% from 255) = 40.51%
BLUE value IS 28 (11.33% from 255) = 35.44%
R=24.05%
G=40.51%
B=35.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1932280.4100.120.87161.5425.4910
Hex13201C290C57a219a
Octal234034510141272423112
Binary100111000001110010100101100101011110100010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13201C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13201C; }

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

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

<style>
 a { background-color: #13201C; }

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

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

<style>
 span { border-color: #13201C; }

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

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