Html Css Color HEX #297860 Genoa

📋 copy color: '#297860'

red 41 ◦ green 120 ◦ blue 96

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

Shades of Genoa #297860

Tints of Genoa #297860

RGB

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

 GREEN value IS 120 (47.27% from 255) = 46.69%

 BLUE value IS 96 (37.89% from 255) = 37.35%

R = 15.95%
G = 46.69%
B = 37.35%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.2

 K value IS 0.53

RGB Variations

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

Color information

#297860 (or 0x297860) is known color: Genoa. HEX triplet: 29, 78 and 60. RGB value is (41,120,96). Sum of RGB (Red+Green+Blue) = 41+120+96=257 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.95% from 257); Green value is 120 (47.27% from 255 or 46.69% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 120 - color contains mainly: green. Hex color #297860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297860 is #D6879F. Grayscale: #5D5D5D. Windows color (decimal): -14059424 or 6322217. OLE color: 6322217.

HSL color Cylindrical-coordinate representation of color #297860: hue angle of 161.77º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #297860 is Cyan = 0.66, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 120 96 -
CMYK 0.66 0 0.2 0.53
HSL 161.77º 0.49% 0.32% -
HSV(B) 161.77º 0.66% 0.47% -
XYZ 9.74 14.75 13.4 -
YUV 93.64 129.33 90.45 -
System Red Green Blue C M Y K H S L
Decimal 41 120 96 0.66 0 0.2 0.53 161.77 0.49 0.32
Hex 29 78 60 42 0 14 35 A2 31 20
Octal 51 170 140 102 0 24 65 242 61 40
Binary 101001 1111000 1100000 1000010 0 10100 110101 10100010 110001 100000

Color Harmonies of #297860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297860

Black with #297860

Text Example


Text Example

White with #297860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297860; }

 p { color: rgb(41,120,96); }

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

background-color css

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

 a { background-color: rgb(41,120,96); }

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

border-color css

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

 span { border-color: rgb(41,120,96); }

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