Html Css Color HEX #297965 Genoa

📋 copy color: '#297965'

red 41 ◦ green 121 ◦ blue 101

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

Shades of Genoa #297965

Tints of Genoa #297965

RGB

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

 GREEN value IS 121 (47.66% from 255) = 46.01%

 BLUE value IS 101 (39.84% from 255) = 38.4%

R = 15.59%
G = 46.01%
B = 38.4%

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

#297965 (or 0x297965) is known color: Genoa. HEX triplet: 29, 79 and 65. RGB value is (41,121,101). Sum of RGB (Red+Green+Blue) = 41+121+101=263 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.59% from 263); Green value is 121 (47.66% from 255 or 46.01% from 263); Blue value is 101 (39.84% from 255 or 38.40% from 263); Max value from RGB is 121 - color contains mainly: green. Hex color #297965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297965 is #D6869A. Grayscale: #5E5E5E. Windows color (decimal): -14059163 or 6650153. OLE color: 6650153.

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

Color convert

RGB 41 121 101 -
CMYK 0.66 0 0.17 0.53
HSL 165º 0.49% 0.32% -
HSV(B) 165º 0.66% 0.47% -
XYZ 10.1 15.09 14.69 -
YUV 94.8 131.5 89.63 -
System Red Green Blue C M Y K H S L
Decimal 41 121 101 0.66 0 0.17 0.53 165 0.49 0.32
Hex 29 79 65 42 0 11 35 A5 31 20
Octal 51 171 145 102 0 21 65 245 61 40
Binary 101001 1111001 1100101 1000010 0 10001 110101 10100101 110001 100000

Color Harmonies of #297965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297965

Black with #297965

Text Example


Text Example

White with #297965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297965; }

 p { color: rgb(41,121,101); }

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

background-color css

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

 a { background-color: rgb(41,121,101); }

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

border-color css

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

 span { border-color: rgb(41,121,101); }

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