Html Css Color HEX #297162 Genoa

📋 copy color: '#297162'

red 41 ◦ green 113 ◦ blue 98

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

Shades of Genoa #297162

Tints of Genoa #297162

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.84%

 BLUE value IS 98 (38.67% from 255) = 38.89%

R = 16.27%
G = 44.84%
B = 38.89%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#297162 (or 0x297162) is known color: Genoa. HEX triplet: 29, 71 and 62. RGB value is (41,113,98). Sum of RGB (Red+Green+Blue) = 41+113+98=252 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.27% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 98 (38.67% from 255 or 38.89% from 252); Max value from RGB is 113 - color contains mainly: green. Hex color #297162 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297162 is #D68E9D. Grayscale: #595959. Windows color (decimal): -14061214 or 6451497. OLE color: 6451497.

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

Color convert

RGB 41 113 98 -
CMYK 0.64 0 0.13 0.56
HSL 167.5º 0.47% 0.3% -
HSV(B) 167.5º 0.64% 0.44% -
XYZ 9.02 13.16 13.62 -
YUV 89.76 132.65 93.22 -
System Red Green Blue C M Y K H S L
Decimal 41 113 98 0.64 0 0.13 0.56 167.5 0.47 0.3
Hex 29 71 62 40 0 D 38 A8 2F 1E
Octal 51 161 142 100 0 15 70 250 57 36
Binary 101001 1110001 1100010 1000000 0 1101 111000 10101000 101111 11110

Color Harmonies of #297162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297162

Black with #297162

Text Example


Text Example

White with #297162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297162; }

 p { color: rgb(41,113,98); }

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

background-color css

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

 a { background-color: rgb(41,113,98); }

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

border-color css

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

 span { border-color: rgb(41,113,98); }

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