Html Css Color HEX #297869 Genoa

📋 copy color: '#297869'

red 41 ◦ green 120 ◦ blue 105

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

Shades of Genoa #297869

Tints of Genoa #297869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 39.47%

R = 15.41%
G = 45.11%
B = 39.47%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#297869 (or 0x297869) is known color: Genoa. HEX triplet: 29, 78 and 69. RGB value is (41,120,105). Sum of RGB (Red+Green+Blue) = 41+120+105=266 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.41% from 266); Green value is 120 (47.27% from 255 or 45.11% from 266); Blue value is 105 (41.41% from 255 or 39.47% from 266); Max value from RGB is 120 - color contains mainly: green. Hex color #297869 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297869 is #D68796. Grayscale: #5E5E5E. Windows color (decimal): -14059415 or 6912041. OLE color: 6912041.

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

Color convert

RGB 41 120 105 -
CMYK 0.66 0 0.13 0.53
HSL 168.61º 0.49% 0.32% -
HSV(B) 168.61º 0.66% 0.47% -
XYZ 10.18 14.92 15.71 -
YUV 94.67 133.83 89.72 -
System Red Green Blue C M Y K H S L
Decimal 41 120 105 0.66 0 0.13 0.53 168.61 0.49 0.32
Hex 29 78 69 42 0 D 35 A9 31 20
Octal 51 170 151 102 0 15 65 251 61 40
Binary 101001 1111000 1101001 1000010 0 1101 110101 10101001 110001 100000

Color Harmonies of #297869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297869

Black with #297869

Text Example


Text Example

White with #297869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297869; }

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

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

background-color css

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

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

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

border-color css

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

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

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