Html Css Color HEX #297068 Genoa

📋 copy color: '#297068'

red 41 ◦ green 112 ◦ blue 104

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

Shades of Genoa #297068

Tints of Genoa #297068

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.58%

 BLUE value IS 104 (41.02% from 255) = 40.47%

R = 15.95%
G = 43.58%
B = 40.47%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#297068 (or 0x297068) is known color: Genoa. HEX triplet: 29, 70 and 68. RGB value is (41,112,104). Sum of RGB (Red+Green+Blue) = 41+112+104=257 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.95% from 257); Green value is 112 (44.14% from 255 or 43.58% from 257); Blue value is 104 (41.02% from 255 or 40.47% from 257); Max value from RGB is 112 - color contains mainly: green. Hex color #297068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297068 is #D68F97. Grayscale: #595959. Windows color (decimal): -14061464 or 6844457. OLE color: 6844457.

HSL color Cylindrical-coordinate representation of color #297068: hue angle of 173.24º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #297068 is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 112 104 -
CMYK 0.63 0 0.07 0.56
HSL 173.24º 0.46% 0.3% -
HSV(B) 173.24º 0.63% 0.44% -
XYZ 9.21 13.06 15.13 -
YUV 89.86 135.98 93.15 -
System Red Green Blue C M Y K H S L
Decimal 41 112 104 0.63 0 0.07 0.56 173.24 0.46 0.3
Hex 29 70 68 3F 0 7 38 AD 2E 1E
Octal 51 160 150 77 0 7 70 255 56 36
Binary 101001 1110000 1101000 111111 0 111 111000 10101101 101110 11110

Color Harmonies of #297068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297068

Black with #297068

Text Example


Text Example

White with #297068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297068; }

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

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

background-color css

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

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

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

border-color css

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

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

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