Html Css Color HEX #297F6F Genoa

📋 copy color: '#297F6F'

red 41 ◦ green 127 ◦ blue 111

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

Shades of Genoa #297F6F

Tints of Genoa #297F6F

RGB

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

 GREEN value IS 127 (50% from 255) = 45.52%

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

R = 14.7%
G = 45.52%
B = 39.78%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#297F6F (or 0x297F6F) is known color: Genoa. HEX triplet: 29, 7F and 6F. RGB value is (41,127,111). Sum of RGB (Red+Green+Blue) = 41+127+111=279 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.70% from 279); Green value is 127 (50% from 255 or 45.52% from 279); Blue value is 111 (43.75% from 255 or 39.78% from 279); Max value from RGB is 127 - color contains mainly: green. Hex color #297F6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297F6F is #D68090. Grayscale: #636363. Windows color (decimal): -14057617 or 7307049. OLE color: 7307049.

HSL color Cylindrical-coordinate representation of color #297F6F: hue angle of 168.84º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #297F6F is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB 41 127 111 -
CMYK 0.68 0 0.13 0.50
HSL 168.84º 0.51% 0.33% -
HSV(B) 168.84º 0.68% 0.5% -
XYZ 11.37 16.8 17.68 -
YUV 99.46 134.51 86.3 -
System Red Green Blue C M Y K H S L
Decimal 41 127 111 0.68 0 0.13 0.50 168.84 0.51 0.33
Hex 29 7F 6F 44 0 D 32 A9 33 21
Octal 51 177 157 104 0 15 62 251 63 41
Binary 101001 1111111 1101111 1000100 0 1101 110010 10101001 110011 100001

Color Harmonies of #297F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297F6F

Black with #297F6F

Text Example


Text Example

White with #297F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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