#1D2E3D

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

Shades of Tangaroa #1D2E3D

Tints of Tangaroa #1D2E3D

Color information

#1D2E3D (or 0x1D2E3D) is unknown color: approx Tangaroa. HEX triplet: 1D, 2E and 3D. RGB value is (29,46,61). Sum of RGB (Red+Green+Blue) = 29+46+61=136 (18% of max value = 765). Red value is 29 (11.72% from 255 or 21.32% from 136); Green value is 46 (18.36% from 255 or 33.82% from 136); Blue value is 61 (24.22% from 255 or 44.85% from 136); Max value from RGB is 61 - color contains mainly: blue. Hex color #1D2E3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2E3D is #E2D1C2. Grayscale: #2A2A2A. Windows color (decimal): -14864835 or 4009501. OLE color: 4009501.

HSL color Cylindrical-coordinate representation of color #1D2E3D: hue angle of 208.12º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1D2E3D is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB294661-
CMYK0.520.2500.76
HSL208.12º35.56%17.65%-
HSV(B)208.12º52.46%23.92%-
XYZ2.332.554.78-
YUV42.63138.37118.28-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 21.32%
GREEN value IS 46 (18.36% from 255) = 33.82%
BLUE value IS 61 (24.22% from 255) = 44.85%
R=21.32%
G=33.82%
B=44.85%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2946610.520.2500.76208.1235.5617.65
Hex1D2E3D341904Cd02412
Octal355675643101143204422
Binary1110110111011110111010011001010011001101000010010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D2E3D; }

 p { color: rgb(29,46,61); }

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

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

 a { background-color: rgb(29,46,61); }

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

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

 span { border-color: rgb(29,46,61); }

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