Html Css Color HEX #297269 Genoa

📋 copy color: '#297269'

red 41 ◦ green 114 ◦ blue 105

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

Shades of Genoa #297269

Tints of Genoa #297269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 40.38%

R = 15.77%
G = 43.85%
B = 40.38%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#297269 (or 0x297269) is known color: Genoa. HEX triplet: 29, 72 and 69. RGB value is (41,114,105). Sum of RGB (Red+Green+Blue) = 41+114+105=260 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.77% from 260); Green value is 114 (44.92% from 255 or 43.85% from 260); Blue value is 105 (41.41% from 255 or 40.38% from 260); Max value from RGB is 114 - color contains mainly: green. Hex color #297269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297269 is #D68D96. Grayscale: #5B5B5B. Windows color (decimal): -14060951 or 6910505. OLE color: 6910505.

HSL color Cylindrical-coordinate representation of color #297269: hue angle of 172.6º 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 #297269 is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 114 105 -
CMYK 0.64 0 0.08 0.55
HSL 172.6º 0.47% 0.3% -
HSV(B) 172.6º 0.64% 0.45% -
XYZ 9.48 13.53 15.48 -
YUV 91.15 135.82 92.23 -
System Red Green Blue C M Y K H S L
Decimal 41 114 105 0.64 0 0.08 0.55 172.6 0.47 0.3
Hex 29 72 69 40 0 8 37 AD 2F 1E
Octal 51 162 151 100 0 10 67 255 57 36
Binary 101001 1110010 1101001 1000000 0 1000 110111 10101101 101111 11110

Color Harmonies of #297269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297269

Black with #297269

Text Example


Text Example

White with #297269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297269; }

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

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

background-color css

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

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

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

border-color css

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

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

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