Html Css Color HEX #297C70 Genoa

📋 copy color: '#297C70'

red 41 ◦ green 124 ◦ blue 112

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

Shades of Genoa #297C70

Tints of Genoa #297C70

RGB

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

 GREEN value IS 124 (48.83% from 255) = 44.77%

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

R = 14.8%
G = 44.77%
B = 40.43%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#297C70 (or 0x297C70) is known color: Genoa. HEX triplet: 29, 7C and 70. RGB value is (41,124,112). Sum of RGB (Red+Green+Blue) = 41+124+112=277 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.80% from 277); Green value is 124 (48.83% from 255 or 44.77% from 277); Blue value is 112 (44.14% from 255 or 40.43% from 277); Max value from RGB is 124 - color contains mainly: green. Hex color #297C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297C70 is #D6838F. Grayscale: #616161. Windows color (decimal): -14058384 or 7371817. OLE color: 7371817.

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

Color convert

RGB 41 124 112 -
CMYK 0.67 0 0.10 0.51
HSL 171.33º 0.5% 0.32% -
HSV(B) 171.33º 0.67% 0.49% -
XYZ 11.05 16.06 17.85 -
YUV 97.82 136 87.48 -
System Red Green Blue C M Y K H S L
Decimal 41 124 112 0.67 0 0.10 0.51 171.33 0.5 0.32
Hex 29 7C 70 43 0 A 33 AB 32 20
Octal 51 174 160 103 0 12 63 253 62 40
Binary 101001 1111100 1110000 1000011 0 1010 110011 10101011 110010 100000

Color Harmonies of #297C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297C70

Black with #297C70

Text Example


Text Example

White with #297C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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