Html Css Color HEX #297B62 Genoa

📋 copy color: '#297B62'

red 41 ◦ green 123 ◦ blue 98

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

Shades of Genoa #297B62

Tints of Genoa #297B62

RGB

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

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

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

R = 15.65%
G = 46.95%
B = 37.4%

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

#297B62 (or 0x297B62) is known color: Genoa. HEX triplet: 29, 7B and 62. RGB value is (41,123,98). Sum of RGB (Red+Green+Blue) = 41+123+98=262 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.65% from 262); Green value is 123 (48.44% from 255 or 46.95% from 262); Blue value is 98 (38.67% from 255 or 37.40% from 262); Max value from RGB is 123 - color contains mainly: green. Hex color #297B62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297B62 is #D6849D. Grayscale: #5F5F5F. Windows color (decimal): -14058654 or 6454057. OLE color: 6454057.

HSL color Cylindrical-coordinate representation of color #297B62: hue angle of 161.71º 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 #297B62 is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB 41 123 98 -
CMYK 0.67 0 0.20 0.52
HSL 161.71º 0.5% 0.32% -
HSV(B) 161.71º 0.67% 0.48% -
XYZ 10.2 15.52 14.01 -
YUV 95.63 129.33 89.03 -
System Red Green Blue C M Y K H S L
Decimal 41 123 98 0.67 0 0.20 0.52 161.71 0.5 0.32
Hex 29 7B 62 43 0 14 34 A2 32 20
Octal 51 173 142 103 0 24 64 242 62 40
Binary 101001 1111011 1100010 1000011 0 10100 110100 10100010 110010 100000

Color Harmonies of #297B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297B62

Black with #297B62

Text Example


Text Example

White with #297B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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