#20302F

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

Shades of Swamp #20302F

Tints of Swamp #20302F

Color information

#20302F (or 0x20302F) is unknown color: approx Swamp. HEX triplet: 20, 30 and 2F. RGB value is (32,48,47). Sum of RGB (Red+Green+Blue) = 32+48+47=127 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.20% from 127); Green value is 48 (19.14% from 255 or 37.80% from 127); Blue value is 47 (18.75% from 255 or 37.01% from 127); Max value from RGB is 48 - color contains mainly: green. Hex color #20302F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20302F is #DFCFD0. Grayscale: #2B2B2B. Windows color (decimal): -14667729 or 3092512. OLE color: 3092512.

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

Color convert

RGB324847-
CMYK0.3300.020.81
HSL176.25º20%15.69%-
HSV(B)176.25º33.33%18.82%-
XYZ2.172.633.08-
YUV43.1130.2120.08-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 25.20%
GREEN value IS 48 (19.14% from 255) = 37.80%
BLUE value IS 47 (18.75% from 255) = 37.01%
R=25.20%
G=37.80%
B=37.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3248470.3300.020.81176.252015.69
Hex20302F210251b01410
Octal40605741021212602420
Binary1000001100001011111000010101010001101100001010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20302F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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