#11302F

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

Shades of Swamp #11302F

Tints of Swamp #11302F

Color information

#11302F (or 0x11302F) is unknown color: approx Swamp. HEX triplet: 11, 30 and 2F. RGB value is (17,48,47). Sum of RGB (Red+Green+Blue) = 17+48+47=112 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.18% from 112); Green value is 48 (19.14% from 255 or 42.86% from 112); Blue value is 47 (18.75% from 255 or 41.96% from 112); Max value from RGB is 48 - color contains mainly: green. Hex color #11302F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11302F is #EECFD0. Grayscale: #262626. Windows color (decimal): -15650769 or 3092497. OLE color: 3092497.

HSL color Cylindrical-coordinate representation of color #11302F: hue angle of 178.06º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #11302F is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.81.

Color convert

RGB174847-
CMYK0.6500.020.81
HSL178.06º47.69%12.75%-
HSV(B)178.06º64.58%18.82%-
XYZ1.82.443.07-
YUV38.62132.73112.58-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.18%
GREEN value IS 48 (19.14% from 255) = 42.86%
BLUE value IS 47 (18.75% from 255) = 41.96%
R=15.18%
G=42.86%
B=41.96%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1748470.6500.020.81178.0647.6912.75
Hex11302F410251b230d
Octal216057101021212626015
Binary1000111000010111110000010101010001101100101100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11302F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,48,47); }

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

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

 a { background-color: rgb(17,48,47); }

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

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

 span { border-color: rgb(17,48,47); }

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