#293F46

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

Shades of Tarawera #293F46

Tints of Tarawera #293F46

Color information

#293F46 (or 0x293F46) is unknown color: approx Tarawera. HEX triplet: 29, 3F and 46. RGB value is (41,63,70). Sum of RGB (Red+Green+Blue) = 41+63+70=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 63 (25% from 255 or 36.21% from 174); Blue value is 70 (27.73% from 255 or 40.23% from 174); Max value from RGB is 70 - color contains mainly: blue. Hex color #293F46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293F46 is #D6C0B9. Grayscale: #393939. Windows color (decimal): -14074042 or 4603689. OLE color: 4603689.

HSL color Cylindrical-coordinate representation of color #293F46: hue angle of 194.48º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #293F46 is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB416370-
CMYK0.410.1000.73
HSL194.48º26.13%21.76%-
HSV(B)194.48º41.43%27.45%-
XYZ3.84.476.46-
YUV57.22135.21116.43-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.56%
GREEN value IS 63 (25% from 255) = 36.21%
BLUE value IS 70 (27.73% from 255) = 40.23%
R=23.56%
G=36.21%
B=40.23%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4163700.410.1000.73194.4826.1321.76
Hex293F4629A049c21a16
Octal5177106511201113023226
Binary1010011111111000110101001101001001001110000101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,63,70); }

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

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

 a { background-color: rgb(41,63,70); }

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

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

 span { border-color: rgb(41,63,70); }

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