Html Css Color HEX #297B6C Genoa

📋 copy color: '#297B6C'

red 41 ◦ green 123 ◦ blue 108

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

Shades of Genoa #297B6C

Tints of Genoa #297B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 39.71%

R = 15.07%
G = 45.22%
B = 39.71%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.12

 K value IS 0.52

RGB Variations

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

Color information

#297B6C (or 0x297B6C) is known color: Genoa. HEX triplet: 29, 7B and 6C. RGB value is (41,123,108). Sum of RGB (Red+Green+Blue) = 41+123+108=272 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.07% from 272); Green value is 123 (48.44% from 255 or 45.22% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 123 - color contains mainly: green. Hex color #297B6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297B6C is #D68493. Grayscale: #606060. Windows color (decimal): -14058644 or 7109417. OLE color: 7109417.

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

Color convert

RGB 41 123 108 -
CMYK 0.67 0 0.12 0.52
HSL 169.02º 0.5% 0.32% -
HSV(B) 169.02º 0.67% 0.48% -
XYZ 10.7 15.72 16.66 -
YUV 96.77 134.33 88.22 -
System Red Green Blue C M Y K H S L
Decimal 41 123 108 0.67 0 0.12 0.52 169.02 0.5 0.32
Hex 29 7B 6C 43 0 C 34 A9 32 20
Octal 51 173 154 103 0 14 64 251 62 40
Binary 101001 1111011 1101100 1000011 0 1100 110100 10101001 110010 100000

Color Harmonies of #297B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297B6C

Black with #297B6C

Text Example


Text Example

White with #297B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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