Html Css Color HEX #296D66 Genoa

📋 copy color: '#296D66'

red 41 ◦ green 109 ◦ blue 102

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

Shades of Genoa #296D66

Tints of Genoa #296D66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 40.48%

R = 16.27%
G = 43.25%
B = 40.48%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.06

 K value IS 0.57

RGB Variations

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

Color information

#296D66 (or 0x296D66) is known color: Genoa. HEX triplet: 29, 6D and 66. RGB value is (41,109,102). Sum of RGB (Red+Green+Blue) = 41+109+102=252 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.27% from 252); Green value is 109 (42.97% from 255 or 43.25% from 252); Blue value is 102 (40.23% from 255 or 40.48% from 252); Max value from RGB is 109 - color contains mainly: green. Hex color #296D66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296D66 is #D69299. Grayscale: #575757. Windows color (decimal): -14062234 or 6712617. OLE color: 6712617.

HSL color Cylindrical-coordinate representation of color #296D66: hue angle of 173.82º 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 #296D66 is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.

Color convert

RGB 41 109 102 -
CMYK 0.62 0 0.06 0.57
HSL 173.82º 0.45% 0.29% -
HSV(B) 173.82º 0.62% 0.43% -
XYZ 8.78 12.37 14.49 -
YUV 87.87 135.97 94.57 -
System Red Green Blue C M Y K H S L
Decimal 41 109 102 0.62 0 0.06 0.57 173.82 0.45 0.29
Hex 29 6D 66 3E 0 6 39 AE 2D 1D
Octal 51 155 146 76 0 6 71 256 55 35
Binary 101001 1101101 1100110 111110 0 110 111001 10101110 101101 11101

Color Harmonies of #296D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296D66

Black with #296D66

Text Example


Text Example

White with #296D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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