#182E38

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

Shades of Tangaroa #182E38

Tints of Tangaroa #182E38

Color information

#182E38 (or 0x182E38) is unknown color: approx Tangaroa. HEX triplet: 18, 2E and 38. RGB value is (24,46,56). Sum of RGB (Red+Green+Blue) = 24+46+56=126 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.05% from 126); Green value is 46 (18.36% from 255 or 36.51% from 126); Blue value is 56 (22.27% from 255 or 44.44% from 126); Max value from RGB is 56 - color contains mainly: blue. Hex color #182E38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182E38 is #E7D1C7. Grayscale: #282828. Windows color (decimal): -15192520 or 3681816. OLE color: 3681816.

HSL color Cylindrical-coordinate representation of color #182E38: hue angle of 198.75º 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 #182E38 is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB244656-
CMYK0.570.1800.78
HSL198.75º40%15.69%-
HSV(B)198.75º57.14%21.96%-
XYZ2.072.434.1-
YUV40.56136.71116.19-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.05%
GREEN value IS 46 (18.36% from 255) = 36.51%
BLUE value IS 56 (22.27% from 255) = 44.44%
R=19.05%
G=36.51%
B=44.44%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2446560.570.1800.78198.754015.69
Hex182E38391204Ec72810
Octal305670712201163075020
Binary1100010111011100011100110010010011101100011110100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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