#13302E

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

Shades of Swamp #13302E

Tints of Swamp #13302E

Color information

#13302E (or 0x13302E) is unknown color: approx Swamp. HEX triplet: 13, 30 and 2E. RGB value is (19,48,46). Sum of RGB (Red+Green+Blue) = 19+48+46=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 48 (19.14% from 255 or 42.48% from 113); Blue value is 46 (18.36% from 255 or 40.71% from 113); Max value from RGB is 48 - color contains mainly: green. Hex color #13302E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13302E is #ECCFD1. Grayscale: #272727. Windows color (decimal): -15519698 or 3026963. OLE color: 3026963.

HSL color Cylindrical-coordinate representation of color #13302E: hue angle of 175.86º 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 #13302E is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB194846-
CMYK0.6000.040.81
HSL175.86º43.28%13.14%-
HSV(B)175.86º60.42%18.82%-
XYZ1.822.452.96-
YUV39.1131.89113.66-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.81%
GREEN value IS 48 (19.14% from 255) = 42.48%
BLUE value IS 46 (18.36% from 255) = 40.71%
R=16.81%
G=42.48%
B=40.71%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1948460.6000.040.81175.8643.2813.14
Hex13302E3C0451b02bd
Octal23605674041212605315
Binary1001111000010111011110001001010001101100001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13302E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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