Html Css Color HEX #112928 Swamp

📋 copy color: '#112928'

red 17 ◦ green 41 ◦ blue 40

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

Shades of Swamp #112928

Tints of Swamp #112928

RGB

 RED value IS 17 (7.03% from 255) = 17.35%

 GREEN value IS 41 (16.41% from 255) = 41.84%

 BLUE value IS 40 (16.02% from 255) = 40.82%

R = 17.35%
G = 41.84%
B = 40.82%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.02

 K value IS 0.84

RGB Variations

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

Color information

#112928 (or 0x112928) is known color: Swamp. HEX triplet: 11, 29 and 28. RGB value is (17,41,40). Sum of RGB (Red+Green+Blue) = 17+41+40=98 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.35% from 98); Green value is 41 (16.41% from 255 or 41.84% from 98); Blue value is 40 (16.02% from 255 or 40.82% from 98); Max value from RGB is 41 - color contains mainly: green. Hex color #112928 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112928 is #EED6D7. Grayscale: #212121. Windows color (decimal): -15652568 or 2631953. OLE color: 2631953.

HSL color Cylindrical-coordinate representation of color #112928: hue angle of 177.5º degrees, saturation: 0.41, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #112928 is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.84.

Color convert

RGB 17 41 40 -
CMYK 0.59 0 0.02 0.84
HSL 177.5º 0.41% 0.11% -
HSV(B) 177.5º 0.59% 0.16% -
XYZ 1.41 1.86 2.29 -
YUV 33.71 131.55 116.08 -
System Red Green Blue C M Y K H S L
Decimal 17 41 40 0.59 0 0.02 0.84 177.5 0.41 0.11
Hex 11 29 28 3B 0 2 54 B2 29 B
Octal 21 51 50 73 0 2 124 262 51 13
Binary 10001 101001 101000 111011 0 10 1010100 10110010 101001 1011

Color Harmonies of #112928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112928

Black with #112928

Text Example


Text Example

White with #112928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112928; }

 p { color: rgb(17,41,40); }

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

background-color css

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

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

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

border-color css

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

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

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