#293B32

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

Shades of Celtic #293B32

Tints of Celtic #293B32

Color information

#293B32 (or 0x293B32) is unknown color: approx Celtic. HEX triplet: 29, 3B and 32. RGB value is (41,59,50). Sum of RGB (Red+Green+Blue) = 41+59+50=150 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.33% from 150); Green value is 59 (23.44% from 255 or 39.33% from 150); Blue value is 50 (19.92% from 255 or 33.33% from 150); Max value from RGB is 59 - color contains mainly: green. Hex color #293B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293B32 is #D6C4CD. Grayscale: #343434. Windows color (decimal): -14075086 or 3291945. OLE color: 3291945.

HSL color Cylindrical-coordinate representation of color #293B32: hue angle of 150º degrees, saturation: 0.18, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #293B32 is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.77.

Color convert

RGB415950-
CMYK0.3100.150.77
HSL150º18%19.61%-
HSV(B)150º30.51%23.14%-
XYZ3.053.833.6-
YUV52.59126.54119.73-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.33%
GREEN value IS 59 (23.44% from 255) = 39.33%
BLUE value IS 50 (19.92% from 255) = 33.33%
R=27.33%
G=39.33%
B=33.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4159500.3100.150.771501819.61
Hex293B321F0F4D961214
Octal517362370171152262224
Binary10100111101111001011111011111001101100101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,59,50); }

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

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

 a { background-color: rgb(41,59,50); }

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

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

 span { border-color: rgb(41,59,50); }

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