Html Css Color HEX #296D65 Genoa

📋 copy color: '#296D65'

red 41 ◦ green 109 ◦ blue 101

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

Shades of Genoa #296D65

Tints of Genoa #296D65

RGB

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

 GREEN value IS 109 (42.97% from 255) = 43.43%

 BLUE value IS 101 (39.84% from 255) = 40.24%

R = 16.33%
G = 43.43%
B = 40.24%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.07

 K value IS 0.57

RGB Variations

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

Color information

#296D65 (or 0x296D65) is known color: Genoa. HEX triplet: 29, 6D and 65. RGB value is (41,109,101). Sum of RGB (Red+Green+Blue) = 41+109+101=251 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.33% from 251); Green value is 109 (42.97% from 255 or 43.43% from 251); Blue value is 101 (39.84% from 255 or 40.24% from 251); Max value from RGB is 109 - color contains mainly: green. Hex color #296D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296D65 is #D6929A. Grayscale: #575757. Windows color (decimal): -14062235 or 6647081. OLE color: 6647081.

HSL color Cylindrical-coordinate representation of color #296D65: hue angle of 172.94º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #296D65 is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.57.

Color convert

RGB 41 109 101 -
CMYK 0.62 0 0.07 0.57
HSL 172.94º 0.45% 0.29% -
HSV(B) 172.94º 0.62% 0.43% -
XYZ 8.73 12.35 14.24 -
YUV 87.76 135.47 94.65 -
System Red Green Blue C M Y K H S L
Decimal 41 109 101 0.62 0 0.07 0.57 172.94 0.45 0.29
Hex 29 6D 65 3E 0 7 39 AD 2D 1D
Octal 51 155 145 76 0 7 71 255 55 35
Binary 101001 1101101 1100101 111110 0 111 111001 10101101 101101 11101

Color Harmonies of #296D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296D65

Black with #296D65

Text Example


Text Example

White with #296D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296D65; }

 p { color: rgb(41,109,101); }

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

background-color css

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

 a { background-color: rgb(41,109,101); }

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

border-color css

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

 span { border-color: rgb(41,109,101); }

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