#183230

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

Shades of Swamp #183230

Tints of Swamp #183230

Color information

#183230 (or 0x183230) is unknown color: approx Swamp. HEX triplet: 18, 32 and 30. RGB value is (24,50,48). Sum of RGB (Red+Green+Blue) = 24+50+48=122 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.67% from 122); Green value is 50 (19.92% from 255 or 40.98% from 122); Blue value is 48 (19.14% from 255 or 39.34% from 122); Max value from RGB is 50 - color contains mainly: green. Hex color #183230 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183230 is #E7CDCF. Grayscale: #292929. Windows color (decimal): -15191504 or 3158552. OLE color: 3158552.

HSL color Cylindrical-coordinate representation of color #183230: hue angle of 175.38º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #183230 is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.80.

Color convert

RGB245048-
CMYK0.5200.040.80
HSL175.38º35.14%14.51%-
HSV(B)175.38º52%19.61%-
XYZ2.052.693.21-
YUV42131.39115.16-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.67%
GREEN value IS 50 (19.92% from 255) = 40.98%
BLUE value IS 48 (19.14% from 255) = 39.34%
R=19.67%
G=40.98%
B=39.34%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2450480.5200.040.80175.3835.1414.51
Hex183230340450af23f
Octal30626064041202574317
Binary1100011001011000011010001001010000101011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183230; }

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

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

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

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

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

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

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

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