Html Css Color HEX #297D6F Genoa

📋 copy color: '#297D6F'

red 41 ◦ green 125 ◦ blue 111

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

Shades of Genoa #297D6F

Tints of Genoa #297D6F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 45.13%

 BLUE value IS 111 (43.75% from 255) = 40.07%

R = 14.8%
G = 45.13%
B = 40.07%

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

#297D6F (or 0x297D6F) is known color: Genoa. HEX triplet: 29, 7D and 6F. RGB value is (41,125,111). Sum of RGB (Red+Green+Blue) = 41+125+111=277 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.80% from 277); Green value is 125 (49.22% from 255 or 45.13% from 277); Blue value is 111 (43.75% from 255 or 40.07% from 277); Max value from RGB is 125 - color contains mainly: green. Hex color #297D6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297D6F is #D68290. Grayscale: #626262. Windows color (decimal): -14058129 or 7306537. OLE color: 7306537.

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

Color convert

RGB 41 125 111 -
CMYK 0.67 0 0.11 0.51
HSL 170º 0.51% 0.33% -
HSV(B) 170º 0.67% 0.49% -
XYZ 11.12 16.29 17.6 -
YUV 98.29 135.17 87.14 -
System Red Green Blue C M Y K H S L
Decimal 41 125 111 0.67 0 0.11 0.51 170 0.51 0.33
Hex 29 7D 6F 43 0 B 33 AA 33 21
Octal 51 175 157 103 0 13 63 252 63 41
Binary 101001 1111101 1101111 1000011 0 1011 110011 10101010 110011 100001

Color Harmonies of #297D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297D6F

Black with #297D6F

Text Example


Text Example

White with #297D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,125,111); }

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

background-color css

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

 a { background-color: rgb(41,125,111); }

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

border-color css

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

 span { border-color: rgb(41,125,111); }

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