Html Css Color HEX #297863 Genoa

📋 copy color: '#297863'

red 41 ◦ green 120 ◦ blue 99

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

Shades of Genoa #297863

Tints of Genoa #297863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 38.08%

R = 15.77%
G = 46.15%
B = 38.08%

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

#297863 (or 0x297863) is known color: Genoa. HEX triplet: 29, 78 and 63. RGB value is (41,120,99). Sum of RGB (Red+Green+Blue) = 41+120+99=260 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.77% from 260); Green value is 120 (47.27% from 255 or 46.15% from 260); Blue value is 99 (39.06% from 255 or 38.08% from 260); Max value from RGB is 120 - color contains mainly: green. Hex color #297863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297863 is #D6879C. Grayscale: #5D5D5D. Windows color (decimal): -14059421 or 6518825. OLE color: 6518825.

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

Color convert

RGB 41 120 99 -
CMYK 0.66 0 0.17 0.53
HSL 164.05º 0.49% 0.32% -
HSV(B) 164.05º 0.66% 0.47% -
XYZ 9.88 14.81 14.14 -
YUV 93.99 130.83 90.21 -
System Red Green Blue C M Y K H S L
Decimal 41 120 99 0.66 0 0.17 0.53 164.05 0.49 0.32
Hex 29 78 63 42 0 11 35 A4 31 20
Octal 51 170 143 102 0 21 65 244 61 40
Binary 101001 1111000 1100011 1000010 0 10001 110101 10100100 110001 100000

Color Harmonies of #297863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297863

Black with #297863

Text Example


Text Example

White with #297863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297863; }

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

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

background-color css

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

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

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

border-color css

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

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

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