#293D47

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

Shades of Tarawera #293D47

Tints of Tarawera #293D47

Color information

#293D47 (or 0x293D47) is unknown color: approx Tarawera. HEX triplet: 29, 3D and 47. RGB value is (41,61,71). Sum of RGB (Red+Green+Blue) = 41+61+71=173 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.70% from 173); Green value is 61 (24.22% from 255 or 35.26% from 173); Blue value is 71 (28.12% from 255 or 41.04% from 173); Max value from RGB is 71 - color contains mainly: blue. Hex color #293D47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293D47 is #D6C2B8. Grayscale: #383838. Windows color (decimal): -14074553 or 4668713. OLE color: 4668713.

HSL color Cylindrical-coordinate representation of color #293D47: hue angle of 200º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #293D47 is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB416171-
CMYK0.420.1400.72
HSL200º26.79%21.96%-
HSV(B)200º42.25%27.84%-
XYZ3.724.266.59-
YUV56.16136.37117.19-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.70%
GREEN value IS 61 (24.22% from 255) = 35.26%
BLUE value IS 71 (28.12% from 255) = 41.04%
R=23.70%
G=35.26%
B=41.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4161710.420.1400.7220026.7921.96
Hex293D472AE048c81b16
Octal5175107521601103103326
Binary1010011111011000111101010111001001000110010001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293D47; }

 p { color: rgb(41,61,71); }

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

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

 a { background-color: rgb(41,61,71); }

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

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

 span { border-color: rgb(41,61,71); }

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