Html Css Color HEX #297864 Genoa

📋 copy color: '#297864'

red 41 ◦ green 120 ◦ blue 100

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

Shades of Genoa #297864

Tints of Genoa #297864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 38.31%

R = 15.71%
G = 45.98%
B = 38.31%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#297864 (or 0x297864) is known color: Genoa. HEX triplet: 29, 78 and 64. RGB value is (41,120,100). Sum of RGB (Red+Green+Blue) = 41+120+100=261 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.71% from 261); Green value is 120 (47.27% from 255 or 45.98% from 261); Blue value is 100 (39.45% from 255 or 38.31% from 261); Max value from RGB is 120 - color contains mainly: green. Hex color #297864 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297864 is #D6879B. Grayscale: #5E5E5E. Windows color (decimal): -14059420 or 6584361. OLE color: 6584361.

HSL color Cylindrical-coordinate representation of color #297864: hue angle of 164.81º 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 #297864 is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 120 100 -
CMYK 0.66 0 0.17 0.53
HSL 164.81º 0.49% 0.32% -
HSV(B) 164.81º 0.66% 0.47% -
XYZ 9.93 14.82 14.39 -
YUV 94.1 131.33 90.13 -
System Red Green Blue C M Y K H S L
Decimal 41 120 100 0.66 0 0.17 0.53 164.81 0.49 0.32
Hex 29 78 64 42 0 11 35 A5 31 20
Octal 51 170 144 102 0 21 65 245 61 40
Binary 101001 1111000 1100100 1000010 0 10001 110101 10100101 110001 100000

Color Harmonies of #297864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297864

Black with #297864

Text Example


Text Example

White with #297864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297864; }

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

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

background-color css

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

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

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

border-color css

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

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

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