Html Css Color HEX #296D63 Genoa

📋 copy color: '#296D63'

red 41 ◦ green 109 ◦ blue 99

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

Shades of Genoa #296D63

Tints of Genoa #296D63

RGB

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

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

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

R = 16.47%
G = 43.78%
B = 39.76%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.09

 K value IS 0.57

RGB Variations

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

Color information

#296D63 (or 0x296D63) is known color: Genoa. HEX triplet: 29, 6D and 63. RGB value is (41,109,99). Sum of RGB (Red+Green+Blue) = 41+109+99=249 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.47% from 249); Green value is 109 (42.97% from 255 or 43.78% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 109 - color contains mainly: green. Hex color #296D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296D63 is #D6929C. Grayscale: #575757. Windows color (decimal): -14062237 or 6516009. OLE color: 6516009.

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

Color convert

RGB 41 109 99 -
CMYK 0.62 0 0.09 0.57
HSL 171.18º 0.45% 0.29% -
HSV(B) 171.18º 0.62% 0.43% -
XYZ 8.64 12.31 13.73 -
YUV 87.53 134.47 94.81 -
System Red Green Blue C M Y K H S L
Decimal 41 109 99 0.62 0 0.09 0.57 171.18 0.45 0.29
Hex 29 6D 63 3E 0 9 39 AB 2D 1D
Octal 51 155 143 76 0 11 71 253 55 35
Binary 101001 1101101 1100011 111110 0 1001 111001 10101011 101101 11101

Color Harmonies of #296D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296D63

Black with #296D63

Text Example


Text Example

White with #296D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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