#002940

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

Shades of Tangaroa #002940

Tints of Tangaroa #002940

Color information

#002940 (or 0x002940) is unknown color: approx Tangaroa. HEX triplet: 00, 29 and 40. RGB value is (0,41,64). Sum of RGB (Red+Green+Blue) = 0+41+64=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 41 (16.41% from 255 or 39.05% from 105); Blue value is 64 (25.39% from 255 or 60.95% from 105); Max value from RGB is 64 - color contains mainly: blue. Hex color #002940 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002940 is #FFD6BF. Grayscale: #1F1F1F. Windows color (decimal): -16766656 or 4204800. OLE color: 4204800.

HSL color Cylindrical-coordinate representation of color #002940: hue angle of 201.56º 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 #002940 is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB04164-
CMYK10.3600.75
HSL201.56º100%12.55%-
HSV(B)201.56º100%25.1%-
XYZ1.721.965.14-
YUV31.36146.42105.63-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 41 (16.41% from 255) = 39.05%
BLUE value IS 64 (25.39% from 255) = 60.95%
R=0%
G=39.05%
B=60.95%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal0416410.3600.75201.5610012.55
Hex02940642404Bca64d
Octal05110014444011331214415
Binary010100110000001100100100100010010111100101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002940; }

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

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

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

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

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

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

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

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