#002A40

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

Shades of Tangaroa #002A40

Tints of Tangaroa #002A40

Color information

#002A40 (or 0x002A40) is unknown color: approx Tangaroa. HEX triplet: 00, 2A and 40. RGB value is (0,42,64). Sum of RGB (Red+Green+Blue) = 0+42+64=106 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 106); Green value is 42 (16.80% from 255 or 39.62% from 106); Blue value is 64 (25.39% from 255 or 60.38% from 106); Max value from RGB is 64 - color contains mainly: blue. Hex color #002A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002A40 is #FFD5BF. Grayscale: #1F1F1F. Windows color (decimal): -16766400 or 4205056. OLE color: 4205056.

HSL color Cylindrical-coordinate representation of color #002A40: hue angle of 200.62º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002A40 is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB04264-
CMYK10.3400.75
HSL200.62º100%12.55%-
HSV(B)200.62º100%25.1%-
XYZ1.752.035.15-
YUV31.95146.09105.21-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 42 (16.80% from 255) = 39.62%
BLUE value IS 64 (25.39% from 255) = 60.38%
R=0%
G=39.62%
B=60.38%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal0426410.3400.75200.6210012.55
Hex02A40642204Bc964d
Octal05210014442011331114415
Binary010101010000001100100100010010010111100100111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002A40; }

 p { color: rgb(0,42,64); }

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

<style>
 a { background-color: #002A40; }

 a { background-color: rgb(0,42,64); }

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

<style>
 span { border-color: #002A40; }

 span { border-color: rgb(0,42,64); }

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