Html Css Color HEX #297C6E Genoa

📋 copy color: '#297C6E'

red 41 ◦ green 124 ◦ blue 110

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

Shades of Genoa #297C6E

Tints of Genoa #297C6E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 45.09%

 BLUE value IS 110 (43.36% from 255) = 40%

R = 14.91%
G = 45.09%
B = 40%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#297C6E (or 0x297C6E) is known color: Genoa. HEX triplet: 29, 7C and 6E. RGB value is (41,124,110). Sum of RGB (Red+Green+Blue) = 41+124+110=275 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.91% from 275); Green value is 124 (48.83% from 255 or 45.09% from 275); Blue value is 110 (43.36% from 255 or 40% from 275); Max value from RGB is 124 - color contains mainly: green. Hex color #297C6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297C6E is #D68391. Grayscale: #616161. Windows color (decimal): -14058386 or 7240745. OLE color: 7240745.

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

Color convert

RGB 41 124 110 -
CMYK 0.67 0 0.11 0.51
HSL 169.88º 0.5% 0.32% -
HSV(B) 169.88º 0.67% 0.49% -
XYZ 10.94 16.01 17.27 -
YUV 97.59 135 87.64 -
System Red Green Blue C M Y K H S L
Decimal 41 124 110 0.67 0 0.11 0.51 169.88 0.5 0.32
Hex 29 7C 6E 43 0 B 33 AA 32 20
Octal 51 174 156 103 0 13 63 252 62 40
Binary 101001 1111100 1101110 1000011 0 1011 110011 10101010 110010 100000

Color Harmonies of #297C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297C6E

Black with #297C6E

Text Example


Text Example

White with #297C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,124,110); }

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

background-color css

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

 a { background-color: rgb(41,124,110); }

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

border-color css

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

 span { border-color: rgb(41,124,110); }

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