Html Css Color HEX #297E70 Genoa

📋 copy color: '#297E70'

red 41 ◦ green 126 ◦ blue 112

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

Shades of Genoa #297E70

Tints of Genoa #297E70

RGB

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

 GREEN value IS 126 (49.61% from 255) = 45.16%

 BLUE value IS 112 (44.14% from 255) = 40.14%

R = 14.7%
G = 45.16%
B = 40.14%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#297E70 (or 0x297E70) is known color: Genoa. HEX triplet: 29, 7E and 70. RGB value is (41,126,112). Sum of RGB (Red+Green+Blue) = 41+126+112=279 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.70% from 279); Green value is 126 (49.61% from 255 or 45.16% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 126 - color contains mainly: green. Hex color #297E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297E70 is #D6818F. Grayscale: #626262. Windows color (decimal): -14057872 or 7372329. OLE color: 7372329.

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

Color convert

RGB 41 126 112 -
CMYK 0.67 0 0.11 0.51
HSL 170.12º 0.51% 0.33% -
HSV(B) 170.12º 0.67% 0.49% -
XYZ 11.3 16.56 17.93 -
YUV 98.99 135.34 86.64 -
System Red Green Blue C M Y K H S L
Decimal 41 126 112 0.67 0 0.11 0.51 170.12 0.51 0.33
Hex 29 7E 70 43 0 B 33 AA 33 21
Octal 51 176 160 103 0 13 63 252 63 41
Binary 101001 1111110 1110000 1000011 0 1011 110011 10101010 110011 100001

Color Harmonies of #297E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297E70

Black with #297E70

Text Example


Text Example

White with #297E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,126,112); }

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

background-color css

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

 a { background-color: rgb(41,126,112); }

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

border-color css

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

 span { border-color: rgb(41,126,112); }

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