Html Css Color HEX #293030 Swamp

📋 copy color: '#293030'

red 41 ◦ green 48 ◦ blue 48

#293030
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Swamp #293030

Tints of Swamp #293030

RGB

 RED value IS 41 (16.41% from 255) = 29.93%

 GREEN value IS 48 (19.14% from 255) = 35.04%

 BLUE value IS 48 (19.14% from 255) = 35.04%

R = 29.93%
G = 35.04%
B = 35.04%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#293030 (or 0x293030) is known color: Swamp. HEX triplet: 29, 30 and 30. RGB value is (41,48,48). Sum of RGB (Red+Green+Blue) = 41+48+48=137 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.93% from 137); Green value is 48 (19.14% from 255 or 35.04% from 137); Blue value is 48 (19.14% from 255 or 35.04% from 137); Max value from RGB is 48 - color contains mainly: green, blue. Hex color #293030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293030 is #D6CFCF. Grayscale: #2D2D2D. Windows color (decimal): -14077904 or 3158057. OLE color: 3158057.

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

Color convert

RGB 41 48 48 -
CMYK 0.15 0 0 0.81
HSL 180º 0.08% 0.17% -
HSV(B) 180º 0.15% 0.19% -
XYZ 2.5 2.8 3.2 -
YUV 45.91 129.18 124.5 -
System Red Green Blue C M Y K H S L
Decimal 41 48 48 0.15 0 0 0.81 180 0.08 0.17
Hex 29 30 30 F 0 0 51 B4 8 11
Octal 51 60 60 17 0 0 121 264 10 21
Binary 101001 110000 110000 1111 0 0 1010001 10110100 1000 10001

Color Harmonies of #293030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293030

Black with #293030

Text Example


Text Example

White with #293030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293030; }

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

 H1.HeaderClassName
 {
   color: #293030;
 }
 .AnyTagClassName
 {
   color: #293030;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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