Html Css Color HEX #296B64 Genoa

📋 copy color: '#296B64'

red 41 ◦ green 107 ◦ blue 100

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

Shades of Genoa #296B64

Tints of Genoa #296B64

RGB

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

 GREEN value IS 107 (42.19% from 255) = 43.15%

 BLUE value IS 100 (39.45% from 255) = 40.32%

R = 16.53%
G = 43.15%
B = 40.32%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#296B64 (or 0x296B64) is known color: Genoa. HEX triplet: 29, 6B and 64. RGB value is (41,107,100). Sum of RGB (Red+Green+Blue) = 41+107+100=248 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.53% from 248); Green value is 107 (42.19% from 255 or 43.15% from 248); Blue value is 100 (39.45% from 255 or 40.32% from 248); Max value from RGB is 107 - color contains mainly: green. Hex color #296B64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296B64 is #D6949B. Grayscale: #565656. Windows color (decimal): -14062748 or 6581033. OLE color: 6581033.

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

Color convert

RGB 41 107 100 -
CMYK 0.62 0 0.07 0.58
HSL 173.64º 0.45% 0.29% -
HSV(B) 173.64º 0.62% 0.42% -
XYZ 8.47 11.91 13.91 -
YUV 86.47 135.63 95.57 -
System Red Green Blue C M Y K H S L
Decimal 41 107 100 0.62 0 0.07 0.58 173.64 0.45 0.29
Hex 29 6B 64 3E 0 7 3A AE 2D 1D
Octal 51 153 144 76 0 7 72 256 55 35
Binary 101001 1101011 1100100 111110 0 111 111010 10101110 101101 11101

Color Harmonies of #296B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296B64

Black with #296B64

Text Example


Text Example

White with #296B64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,107,100); }

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

background-color css

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

 a { background-color: rgb(41,107,100); }

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

border-color css

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

 span { border-color: rgb(41,107,100); }

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