#152F40

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

Shades of Tangaroa #152F40

Tints of Tangaroa #152F40

Color information

#152F40 (or 0x152F40) is unknown color: approx Tangaroa. HEX triplet: 15, 2F and 40. RGB value is (21,47,64). Sum of RGB (Red+Green+Blue) = 21+47+64=132 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.91% from 132); Green value is 47 (18.75% from 255 or 35.61% from 132); Blue value is 64 (25.39% from 255 or 48.48% from 132); Max value from RGB is 64 - color contains mainly: blue. Hex color #152F40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152F40 is #EAD0BF. Grayscale: #292929. Windows color (decimal): -15388864 or 4206357. OLE color: 4206357.

HSL color Cylindrical-coordinate representation of color #152F40: hue angle of 203.72º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #152F40 is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB214764-
CMYK0.670.2700.75
HSL203.72º50.59%16.67%-
HSV(B)203.72º67.19%25.1%-
XYZ2.252.565.23-
YUV41.16140.89113.62-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.91%
GREEN value IS 47 (18.75% from 255) = 35.61%
BLUE value IS 64 (25.39% from 255) = 48.48%
R=15.91%
G=35.61%
B=48.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2147640.670.2700.75203.7250.5916.67
Hex152F40431B04Bcc3311
Octal25571001033301133146321
Binary101011011111000000100001111011010010111100110011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152F40; }

 p { color: rgb(21,47,64); }

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

<style>
 a { background-color: #152F40; }

 a { background-color: rgb(21,47,64); }

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

<style>
 span { border-color: #152F40; }

 span { border-color: rgb(21,47,64); }

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