#002A3A

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

Shades of Tangaroa #002A3A

Tints of Tangaroa #002A3A

Color information

#002A3A (or 0x002A3A) is unknown color: approx Tangaroa. HEX triplet: 00, 2A and 3A. RGB value is (0,42,58). Sum of RGB (Red+Green+Blue) = 0+42+58=100 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 100); Green value is 42 (16.80% from 255 or 42% from 100); Blue value is 58 (23.05% from 255 or 58% from 100); Max value from RGB is 58 - color contains mainly: blue. Hex color #002A3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002A3A is #FFD5C5. Grayscale: #1F1F1F. Windows color (decimal): -16766406 or 3811840. OLE color: 3811840.

HSL color Cylindrical-coordinate representation of color #002A3A: hue angle of 196.55º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002A3A is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB04258-
CMYK10.2800.77
HSL196.55º100%11.37%-
HSV(B)196.55º100%22.75%-
XYZ1.591.964.3-
YUV31.27143.09105.7-

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) = 42%
BLUE value IS 58 (23.05% from 255) = 58%
R=0%
G=42%
B=58%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal0425810.2800.77196.5510011.37
Hex02A3A641C04Dc564b
Octal0527214434011530514413
Binary0101010111010110010011100010011011100010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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