#13302D

Color #13302D Swamp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Swamp #13302D

Tints of Swamp #13302D

Color information

#13302D (or 0x13302D) is unknown color: approx Swamp. HEX triplet: 13, 30 and 2D. RGB value is (19,48,45). Sum of RGB (Red+Green+Blue) = 19+48+45=112 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.96% from 112); Green value is 48 (19.14% from 255 or 42.86% from 112); Blue value is 45 (17.97% from 255 or 40.18% from 112); Max value from RGB is 48 - color contains mainly: green. Hex color #13302D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13302D is #ECCFD2. Grayscale: #262626. Windows color (decimal): -15519699 or 2961427. OLE color: 2961427.

HSL color Cylindrical-coordinate representation of color #13302D: hue angle of 173.79º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #13302D is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB194845-
CMYK0.6000.060.81
HSL173.79º43.28%13.14%-
HSV(B)173.79º60.42%18.82%-
XYZ1.82.442.86-
YUV38.99131.39113.74-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.96%
GREEN value IS 48 (19.14% from 255) = 42.86%
BLUE value IS 45 (17.97% from 255) = 40.18%
R=16.96%
G=42.86%
B=40.18%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1948450.6000.060.81173.7943.2813.14
Hex13302D3C0651ae2bd
Octal23605574061212565315
Binary1001111000010110111110001101010001101011101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13302D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13302D; }

 p { color: rgb(19,48,45); }

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

<style>
 a { background-color: #13302D; }

 a { background-color: rgb(19,48,45); }

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

<style>
 span { border-color: #13302D; }

 span { border-color: rgb(19,48,45); }

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