#182F38

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

Shades of Tangaroa #182F38

Tints of Tangaroa #182F38

Color information

#182F38 (or 0x182F38) is unknown color: approx Tangaroa. HEX triplet: 18, 2F and 38. RGB value is (24,47,56). Sum of RGB (Red+Green+Blue) = 24+47+56=127 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.90% from 127); Green value is 47 (18.75% from 255 or 37.01% from 127); Blue value is 56 (22.27% from 255 or 44.09% from 127); Max value from RGB is 56 - color contains mainly: blue. Hex color #182F38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182F38 is #E7D0C7. Grayscale: #292929. Windows color (decimal): -15192264 or 3682072. OLE color: 3682072.

HSL color Cylindrical-coordinate representation of color #182F38: hue angle of 196.88º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #182F38 is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB244756-
CMYK0.570.1600.78
HSL196.88º40%15.69%-
HSV(B)196.88º57.14%21.96%-
XYZ2.112.514.12-
YUV41.15136.38115.77-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.90%
GREEN value IS 47 (18.75% from 255) = 37.01%
BLUE value IS 56 (22.27% from 255) = 44.09%
R=18.90%
G=37.01%
B=44.09%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2447560.570.1600.78196.884015.69
Hex182F38391004Ec52810
Octal305770712001163055020
Binary1100010111111100011100110000010011101100010110100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182F38; }

 p { color: rgb(24,47,56); }

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

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

 a { background-color: rgb(24,47,56); }

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

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

 span { border-color: rgb(24,47,56); }

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