#182F31

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

Shades of Swamp #182F31

Tints of Swamp #182F31

Color information

#182F31 (or 0x182F31) is unknown color: approx Swamp. HEX triplet: 18, 2F and 31. RGB value is (24,47,49). Sum of RGB (Red+Green+Blue) = 24+47+49=120 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20% from 120); Green value is 47 (18.75% from 255 or 39.17% from 120); Blue value is 49 (19.53% from 255 or 40.83% from 120); Max value from RGB is 49 - color contains mainly: blue. Hex color #182F31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182F31 is #E7D0CE. Grayscale: #282828. Windows color (decimal): -15192271 or 3223320. OLE color: 3223320.

HSL color Cylindrical-coordinate representation of color #182F31: hue angle of 184.8º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #182F31 is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB244749-
CMYK0.510.0400.81
HSL184.8º34.25%14.31%-
HSV(B)184.8º51.02%19.22%-
XYZ1.952.453.28-
YUV40.35132.88116.34-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20%
GREEN value IS 47 (18.75% from 255) = 39.17%
BLUE value IS 49 (19.53% from 255) = 40.83%
R=20%
G=39.17%
B=40.83%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2447490.510.0400.81184.834.2514.31
Hex182F31334051b922e
Octal30576163401212714216
Binary1100010111111000111001110001010001101110011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182F31; }

 p { color: rgb(24,47,49); }

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

<style>
 a { background-color: #182F31; }

 a { background-color: rgb(24,47,49); }

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

<style>
 span { border-color: #182F31; }

 span { border-color: rgb(24,47,49); }

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