Html Css Color HEX #297E6A Genoa

📋 copy color: '#297E6A'

red 41 ◦ green 126 ◦ blue 106

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

Shades of Genoa #297E6A

Tints of Genoa #297E6A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 46.15%

 BLUE value IS 106 (41.8% from 255) = 38.83%

R = 15.02%
G = 46.15%
B = 38.83%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#297E6A (or 0x297E6A) is known color: Genoa. HEX triplet: 29, 7E and 6A. RGB value is (41,126,106). Sum of RGB (Red+Green+Blue) = 41+126+106=273 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.02% from 273); Green value is 126 (49.61% from 255 or 46.15% from 273); Blue value is 106 (41.80% from 255 or 38.83% from 273); Max value from RGB is 126 - color contains mainly: green. Hex color #297E6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297E6A is #D68195. Grayscale: #626262. Windows color (decimal): -14057878 or 6979113. OLE color: 6979113.

HSL color Cylindrical-coordinate representation of color #297E6A: hue angle of 165.88º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #297E6A is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB 41 126 106 -
CMYK 0.67 0 0.16 0.51
HSL 165.88º 0.51% 0.33% -
HSV(B) 165.88º 0.67% 0.49% -
XYZ 10.98 16.43 16.23 -
YUV 98.31 132.34 87.13 -
System Red Green Blue C M Y K H S L
Decimal 41 126 106 0.67 0 0.16 0.51 165.88 0.51 0.33
Hex 29 7E 6A 43 0 10 33 A6 33 21
Octal 51 176 152 103 0 20 63 246 63 41
Binary 101001 1111110 1101010 1000011 0 10000 110011 10100110 110011 100001

Color Harmonies of #297E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297E6A

Black with #297E6A

Text Example


Text Example

White with #297E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297E6A; }

 p { color: rgb(41,126,106); }

 H1.HeaderClassName
 {
   color: #297E6A;
 }
 .AnyTagClassName
 {
   color: #297E6A;
 }
</style>

background-color css

<style>
 a { background-color: #297E6A; }

 a { background-color: rgb(41,126,106); }

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

border-color css

<style>
 span { border-color: #297E6A; }

 span { border-color: rgb(41,126,106); }

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