Html Css Color HEX #297E69 Genoa

📋 copy color: '#297E69'

red 41 ◦ green 126 ◦ blue 105

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

Shades of Genoa #297E69

Tints of Genoa #297E69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 38.6%

R = 15.07%
G = 46.32%
B = 38.6%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.17

 K value IS 0.51

RGB Variations

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

Color information

#297E69 (or 0x297E69) is known color: Genoa. HEX triplet: 29, 7E and 69. RGB value is (41,126,105). Sum of RGB (Red+Green+Blue) = 41+126+105=272 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.07% from 272); Green value is 126 (49.61% from 255 or 46.32% from 272); Blue value is 105 (41.41% from 255 or 38.60% from 272); Max value from RGB is 126 - color contains mainly: green. Hex color #297E69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297E69 is #D68196. Grayscale: #626262. Windows color (decimal): -14057879 or 6913577. OLE color: 6913577.

HSL color Cylindrical-coordinate representation of color #297E69: hue angle of 165.18º 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 #297E69 is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.

Color convert

RGB 41 126 105 -
CMYK 0.67 0 0.17 0.51
HSL 165.18º 0.51% 0.33% -
HSV(B) 165.18º 0.67% 0.49% -
XYZ 10.93 16.41 15.96 -
YUV 98.19 131.84 87.21 -
System Red Green Blue C M Y K H S L
Decimal 41 126 105 0.67 0 0.17 0.51 165.18 0.51 0.33
Hex 29 7E 69 43 0 11 33 A5 33 21
Octal 51 176 151 103 0 21 63 245 63 41
Binary 101001 1111110 1101001 1000011 0 10001 110011 10100101 110011 100001

Color Harmonies of #297E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297E69

Black with #297E69

Text Example


Text Example

White with #297E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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