Html Css Color HEX #297D68 Genoa

📋 copy color: '#297D68'

red 41 ◦ green 125 ◦ blue 104

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

Shades of Genoa #297D68

Tints of Genoa #297D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 38.52%

R = 15.19%
G = 46.3%
B = 38.52%

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

#297D68 (or 0x297D68) is known color: Genoa. HEX triplet: 29, 7D and 68. RGB value is (41,125,104). Sum of RGB (Red+Green+Blue) = 41+125+104=270 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.19% from 270); Green value is 125 (49.22% from 255 or 46.30% from 270); Blue value is 104 (41.02% from 255 or 38.52% from 270); Max value from RGB is 125 - color contains mainly: green. Hex color #297D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297D68 is #D68297. Grayscale: #616161. Windows color (decimal): -14058136 or 6847785. OLE color: 6847785.

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

Color convert

RGB 41 125 104 -
CMYK 0.67 0 0.17 0.51
HSL 165º 0.51% 0.33% -
HSV(B) 165º 0.67% 0.49% -
XYZ 10.75 16.14 15.65 -
YUV 97.49 131.67 87.71 -
System Red Green Blue C M Y K H S L
Decimal 41 125 104 0.67 0 0.17 0.51 165 0.51 0.33
Hex 29 7D 68 43 0 11 33 A5 33 21
Octal 51 175 150 103 0 21 63 245 63 41
Binary 101001 1111101 1101000 1000011 0 10001 110011 10100101 110011 100001

Color Harmonies of #297D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297D68

Black with #297D68

Text Example


Text Example

White with #297D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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