Html Css Color HEX #297B66 Genoa

📋 copy color: '#297B66'

red 41 ◦ green 123 ◦ blue 102

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

Shades of Genoa #297B66

Tints of Genoa #297B66

RGB

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

 GREEN value IS 123 (48.44% from 255) = 46.24%

 BLUE value IS 102 (40.23% from 255) = 38.35%

R = 15.41%
G = 46.24%
B = 38.35%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.17

 K value IS 0.52

RGB Variations

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

Color information

#297B66 (or 0x297B66) is known color: Genoa. HEX triplet: 29, 7B and 66. RGB value is (41,123,102). Sum of RGB (Red+Green+Blue) = 41+123+102=266 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.41% from 266); Green value is 123 (48.44% from 255 or 46.24% from 266); Blue value is 102 (40.23% from 255 or 38.35% from 266); Max value from RGB is 123 - color contains mainly: green. Hex color #297B66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297B66 is #D68499. Grayscale: #606060. Windows color (decimal): -14058650 or 6716201. OLE color: 6716201.

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

Color convert

RGB 41 123 102 -
CMYK 0.67 0 0.17 0.52
HSL 164.63º 0.5% 0.32% -
HSV(B) 164.63º 0.67% 0.48% -
XYZ 10.4 15.6 15.03 -
YUV 96.09 131.33 88.71 -
System Red Green Blue C M Y K H S L
Decimal 41 123 102 0.67 0 0.17 0.52 164.63 0.5 0.32
Hex 29 7B 66 43 0 11 34 A5 32 20
Octal 51 173 146 103 0 21 64 245 62 40
Binary 101001 1111011 1100110 1000011 0 10001 110100 10100101 110010 100000

Color Harmonies of #297B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297B66

Black with #297B66

Text Example


Text Example

White with #297B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,123,102); }

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

background-color css

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

 a { background-color: rgb(41,123,102); }

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

border-color css

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

 span { border-color: rgb(41,123,102); }

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