#182F3A

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

Shades of Tangaroa #182F3A

Tints of Tangaroa #182F3A

Color information

#182F3A (or 0x182F3A) is unknown color: approx Tangaroa. HEX triplet: 18, 2F and 3A. RGB value is (24,47,58). Sum of RGB (Red+Green+Blue) = 24+47+58=129 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.60% from 129); Green value is 47 (18.75% from 255 or 36.43% from 129); Blue value is 58 (23.05% from 255 or 44.96% from 129); Max value from RGB is 58 - color contains mainly: blue. Hex color #182F3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182F3A is #E7D0C5. Grayscale: #292929. Windows color (decimal): -15192262 or 3813144. OLE color: 3813144.

HSL color Cylindrical-coordinate representation of color #182F3A: hue angle of 199.41º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #182F3A is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB244758-
CMYK0.590.1900.77
HSL199.41º41.46%16.08%-
HSV(B)199.41º58.62%22.75%-
XYZ2.162.534.38-
YUV41.38137.38115.61-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.60%
GREEN value IS 47 (18.75% from 255) = 36.43%
BLUE value IS 58 (23.05% from 255) = 44.96%
R=18.60%
G=36.43%
B=44.96%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2447580.590.1900.77199.4141.4616.08
Hex182F3A3B1304Dc72910
Octal305772732301153075120
Binary1100010111111101011101110011010011011100011110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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