#223130

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

Shades of Swamp #223130

Tints of Swamp #223130

Color information

#223130 (or 0x223130) is unknown color: approx Swamp. HEX triplet: 22, 31 and 30. RGB value is (34,49,48). Sum of RGB (Red+Green+Blue) = 34+49+48=131 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.95% from 131); Green value is 49 (19.53% from 255 or 37.40% from 131); Blue value is 48 (19.14% from 255 or 36.64% from 131); Max value from RGB is 49 - color contains mainly: green. Hex color #223130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223130 is #DDCECF. Grayscale: #2C2C2C. Windows color (decimal): -14536400 or 3158306. OLE color: 3158306.

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

Color convert

RGB344948-
CMYK0.3100.020.81
HSL176º18.07%16.27%-
HSV(B)176º30.61%19.22%-
XYZ2.292.753.21-
YUV44.4130.03120.58-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 25.95%
GREEN value IS 49 (19.53% from 255) = 37.40%
BLUE value IS 48 (19.14% from 255) = 36.64%
R=25.95%
G=37.40%
B=36.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3449480.3100.020.8117618.0716.27
Hex2231301F0251b01210
Octal42616037021212602220
Binary100010110001110000111110101010001101100001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223130; }

 p { color: rgb(34,49,48); }

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

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

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

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

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

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

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