Html Css Color HEX #297D65 Genoa

📋 copy color: '#297D65'

red 41 ◦ green 125 ◦ blue 101

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

Shades of Genoa #297D65

Tints of Genoa #297D65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 37.83%

R = 15.36%
G = 46.82%
B = 37.83%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#297D65 (or 0x297D65) is known color: Genoa. HEX triplet: 29, 7D and 65. RGB value is (41,125,101). Sum of RGB (Red+Green+Blue) = 41+125+101=267 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.36% from 267); Green value is 125 (49.22% from 255 or 46.82% from 267); Blue value is 101 (39.84% from 255 or 37.83% from 267); Max value from RGB is 125 - color contains mainly: green. Hex color #297D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297D65 is #D6829A. Grayscale: #616161. Windows color (decimal): -14058139 or 6651177. OLE color: 6651177.

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

Color convert

RGB 41 125 101 -
CMYK 0.67 0 0.19 0.51
HSL 162.86º 0.51% 0.33% -
HSV(B) 162.86º 0.67% 0.49% -
XYZ 10.6 16.08 14.86 -
YUV 97.15 130.17 87.95 -
System Red Green Blue C M Y K H S L
Decimal 41 125 101 0.67 0 0.19 0.51 162.86 0.51 0.33
Hex 29 7D 65 43 0 13 33 A3 33 21
Octal 51 175 145 103 0 23 63 243 63 41
Binary 101001 1111101 1100101 1000011 0 10011 110011 10100011 110011 100001

Color Harmonies of #297D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297D65

Black with #297D65

Text Example


Text Example

White with #297D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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