#112E3E

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

Shades of Tangaroa #112E3E

Tints of Tangaroa #112E3E

Color information

#112E3E (or 0x112E3E) is unknown color: approx Tangaroa. HEX triplet: 11, 2E and 3E. RGB value is (17,46,62). Sum of RGB (Red+Green+Blue) = 17+46+62=125 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.6% from 125); Green value is 46 (18.36% from 255 or 36.8% from 125); Blue value is 62 (24.61% from 255 or 49.6% from 125); Max value from RGB is 62 - color contains mainly: blue. Hex color #112E3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112E3E is #EED1C1. Grayscale: #272727. Windows color (decimal): -15651266 or 4075025. OLE color: 4075025.

HSL color Cylindrical-coordinate representation of color #112E3E: hue angle of 201.33º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #112E3E is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB174662-
CMYK0.730.2600.76
HSL201.33º56.96%15.49%-
HSV(B)201.33º72.58%24.31%-
XYZ2.082.424.92-
YUV39.15140.89112.2-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.6%
GREEN value IS 46 (18.36% from 255) = 36.8%
BLUE value IS 62 (24.61% from 255) = 49.6%
R=13.6%
G=36.8%
B=49.6%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1746620.730.2600.76201.3356.9615.49
Hex112E3E491A04Cc939f
Octal2156761113201143117117
Binary1000110111011111010010011101001001100110010011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,46,62); }

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

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

 a { background-color: rgb(17,46,62); }

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

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

 span { border-color: rgb(17,46,62); }

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