Html Css Color HEX #297B63 Genoa

📋 copy color: '#297B63'

red 41 ◦ green 123 ◦ blue 99

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

Shades of Genoa #297B63

Tints of Genoa #297B63

RGB

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

 GREEN value IS 123 (48.44% from 255) = 46.77%

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

R = 15.59%
G = 46.77%
B = 37.64%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.20

 K value IS 0.52

RGB Variations

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

Color information

#297B63 (or 0x297B63) is known color: Genoa. HEX triplet: 29, 7B and 63. RGB value is (41,123,99). Sum of RGB (Red+Green+Blue) = 41+123+99=263 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.59% from 263); Green value is 123 (48.44% from 255 or 46.77% from 263); Blue value is 99 (39.06% from 255 or 37.64% from 263); Max value from RGB is 123 - color contains mainly: green. Hex color #297B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297B63 is #D6849C. Grayscale: #5F5F5F. Windows color (decimal): -14058653 or 6519593. OLE color: 6519593.

HSL color Cylindrical-coordinate representation of color #297B63: hue angle of 162.44º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #297B63 is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB 41 123 99 -
CMYK 0.67 0 0.20 0.52
HSL 162.44º 0.5% 0.32% -
HSV(B) 162.44º 0.67% 0.48% -
XYZ 10.25 15.54 14.26 -
YUV 95.75 129.83 88.95 -
System Red Green Blue C M Y K H S L
Decimal 41 123 99 0.67 0 0.20 0.52 162.44 0.5 0.32
Hex 29 7B 63 43 0 14 34 A2 32 20
Octal 51 173 143 103 0 24 64 242 62 40
Binary 101001 1111011 1100011 1000011 0 10100 110100 10100010 110010 100000

Color Harmonies of #297B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297B63

Black with #297B63

Text Example


Text Example

White with #297B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297B63; }

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

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

background-color css

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

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

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

border-color css

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

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

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