#183030

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

Shades of Swamp #183030

Tints of Swamp #183030

Color information

#183030 (or 0x183030) is unknown color: approx Swamp. HEX triplet: 18, 30 and 30. RGB value is (24,48,48). Sum of RGB (Red+Green+Blue) = 24+48+48=120 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20% from 120); Green value is 48 (19.14% from 255 or 40% from 120); Blue value is 48 (19.14% from 255 or 40% from 120); Max value from RGB is 48 - color contains mainly: green, blue. Hex color #183030 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183030 is #E7CFCF. Grayscale: #282828. Windows color (decimal): -15192016 or 3158040. OLE color: 3158040.

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

Color convert

RGB244848-
CMYK0.5000.81
HSL180º33.33%14.12%-
HSV(B)180º50%18.82%-
XYZ1.972.523.18-
YUV40.82132.05116-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20%
GREEN value IS 48 (19.14% from 255) = 40%
BLUE value IS 48 (19.14% from 255) = 40%
R=20%
G=40%
B=40%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2448480.5000.8118033.3314.12
Hex183030320051b421e
Octal30606062001212644116
Binary11000110000110000110010001010001101101001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183030; }

 p { color: rgb(24,48,48); }

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

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

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

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

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

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

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