Html Css Color HEX #112F30 Swamp

📋 copy color: '#112F30'

red 17 ◦ green 47 ◦ blue 48

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

Shades of Swamp #112F30

Tints of Swamp #112F30

RGB

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

 GREEN value IS 47 (18.75% from 255) = 41.96%

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

R = 15.18%
G = 41.96%
B = 42.86%

CMYK

 C value IS 0.65

 M value IS 0.02

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#112F30 (or 0x112F30) is known color: Swamp. HEX triplet: 11, 2F and 30. RGB value is (17,47,48). Sum of RGB (Red+Green+Blue) = 17+47+48=112 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.18% from 112); Green value is 47 (18.75% from 255 or 41.96% from 112); Blue value is 48 (19.14% from 255 or 42.86% from 112); Max value from RGB is 48 - color contains mainly: blue. Hex color #112F30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112F30 is #EED0CF. Grayscale: #262626. Windows color (decimal): -15651024 or 3157777. OLE color: 3157777.

HSL color Cylindrical-coordinate representation of color #112F30: hue angle of 181.94º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #112F30 is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 17 47 48 -
CMYK 0.65 0.02 0 0.81
HSL 181.94º 0.48% 0.13% -
HSV(B) 181.94º 0.65% 0.19% -
XYZ 1.78 2.37 3.16 -
YUV 38.14 133.56 112.92 -
System Red Green Blue C M Y K H S L
Decimal 17 47 48 0.65 0.02 0 0.81 181.94 0.48 0.13
Hex 11 2F 30 41 2 0 51 B6 30 D
Octal 21 57 60 101 2 0 121 266 60 15
Binary 10001 101111 110000 1000001 10 0 1010001 10110110 110000 1101

Color Harmonies of #112F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112F30

Black with #112F30

Text Example


Text Example

White with #112F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112F30; }

 p { color: rgb(17,47,48); }

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

background-color css

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

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

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

border-color css

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

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

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