#213030

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

Shades of Swamp #213030

Tints of Swamp #213030

Color information

#213030 (or 0x213030) is unknown color: approx Swamp. HEX triplet: 21, 30 and 30. RGB value is (33,48,48). Sum of RGB (Red+Green+Blue) = 33+48+48=129 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.58% from 129); Green value is 48 (19.14% from 255 or 37.21% from 129); Blue value is 48 (19.14% from 255 or 37.21% from 129); Max value from RGB is 48 - color contains mainly: green, blue. Hex color #213030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213030 is #DECFCF. Grayscale: #2B2B2B. Windows color (decimal): -14602192 or 3158049. OLE color: 3158049.

HSL color Cylindrical-coordinate representation of color #213030: hue angle of 180º degrees, saturation: 0.19, 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 #213030 is Cyan = 0.31, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB334848-
CMYK0.31000.81
HSL180º18.52%15.88%-
HSV(B)180º31.25%18.82%-
XYZ2.222.653.19-
YUV43.52130.53120.5-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.58%
GREEN value IS 48 (19.14% from 255) = 37.21%
BLUE value IS 48 (19.14% from 255) = 37.21%
R=25.58%
G=37.21%
B=37.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3348480.31000.8118018.5215.88
Hex2130301F0051b41310
Octal41606037001212642320
Binary10000111000011000011111001010001101101001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213030; }

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

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

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

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

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

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

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

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