Html Css Color HEX #293A37 Aztec

📋 copy color: '#293A37'

red 41 ◦ green 58 ◦ blue 55

#293A37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aztec #293A37

Tints of Aztec #293A37

RGB

 RED value IS 41 (16.41% from 255) = 26.62%

 GREEN value IS 58 (23.05% from 255) = 37.66%

 BLUE value IS 55 (21.88% from 255) = 35.71%

R = 26.62%
G = 37.66%
B = 35.71%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.05

 K value IS 0.77

RGB Variations

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

Color information

#293A37 (or 0x293A37) is known color: Aztec. HEX triplet: 29, 3A and 37. RGB value is (41,58,55). Sum of RGB (Red+Green+Blue) = 41+58+55=154 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.62% from 154); Green value is 58 (23.05% from 255 or 37.66% from 154); Blue value is 55 (21.88% from 255 or 35.71% from 154); Max value from RGB is 58 - color contains mainly: green. Hex color #293A37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293A37 is #D6C5C8. Grayscale: #343434. Windows color (decimal): -14075337 or 3619369. OLE color: 3619369.

HSL color Cylindrical-coordinate representation of color #293A37: hue angle of 169.41º degrees, saturation: 0.17, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #293A37 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.77.

Color convert

RGB 41 58 55 -
CMYK 0.29 0 0.05 0.77
HSL 169.41º 0.17% 0.19% -
HSV(B) 169.41º 0.29% 0.23% -
XYZ 3.12 3.77 4.18 -
YUV 52.58 129.37 119.74 -
System Red Green Blue C M Y K H S L
Decimal 41 58 55 0.29 0 0.05 0.77 169.41 0.17 0.19
Hex 29 3A 37 1D 0 5 4D A9 11 13
Octal 51 72 67 35 0 5 115 251 21 23
Binary 101001 111010 110111 11101 0 101 1001101 10101001 10001 10011

Color Harmonies of #293A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293A37

Black with #293A37

Text Example


Text Example

White with #293A37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,58,55); }

 H1.HeaderClassName
 {
   color: #293A37;
 }
 .AnyTagClassName
 {
   color: #293A37;
 }
</style>

background-color css

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

 a { background-color: rgb(41,58,55); }

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

border-color css

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

 span { border-color: rgb(41,58,55); }

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