Html Css Color HEX #297261 Genoa

📋 copy color: '#297261'

red 41 ◦ green 114 ◦ blue 97

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

Shades of Genoa #297261

Tints of Genoa #297261

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.24%

 BLUE value IS 97 (38.28% from 255) = 38.49%

R = 16.27%
G = 45.24%
B = 38.49%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#297261 (or 0x297261) is known color: Genoa. HEX triplet: 29, 72 and 61. RGB value is (41,114,97). Sum of RGB (Red+Green+Blue) = 41+114+97=252 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.27% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 97 (38.28% from 255 or 38.49% from 252); Max value from RGB is 114 - color contains mainly: green. Hex color #297261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297261 is #D68D9E. Grayscale: #5A5A5A. Windows color (decimal): -14060959 or 6386217. OLE color: 6386217.

HSL color Cylindrical-coordinate representation of color #297261: hue angle of 166.03º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #297261 is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 114 97 -
CMYK 0.64 0 0.15 0.55
HSL 166.03º 0.47% 0.3% -
HSV(B) 166.03º 0.64% 0.45% -
XYZ 9.09 13.37 13.41 -
YUV 90.24 131.82 92.88 -
System Red Green Blue C M Y K H S L
Decimal 41 114 97 0.64 0 0.15 0.55 166.03 0.47 0.3
Hex 29 72 61 40 0 F 37 A6 2F 1E
Octal 51 162 141 100 0 17 67 246 57 36
Binary 101001 1110010 1100001 1000000 0 1111 110111 10100110 101111 11110

Color Harmonies of #297261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297261

Black with #297261

Text Example


Text Example

White with #297261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297261; }

 p { color: rgb(41,114,97); }

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

background-color css

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

 a { background-color: rgb(41,114,97); }

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

border-color css

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

 span { border-color: rgb(41,114,97); }

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