Html Css Color HEX #296B67 Genoa

📋 copy color: '#296B67'

red 41 ◦ green 107 ◦ blue 103

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

Shades of Genoa #296B67

Tints of Genoa #296B67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 41.04%

R = 16.33%
G = 42.63%
B = 41.04%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.04

 K value IS 0.58

RGB Variations

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

Color information

#296B67 (or 0x296B67) is known color: Genoa. HEX triplet: 29, 6B and 67. RGB value is (41,107,103). Sum of RGB (Red+Green+Blue) = 41+107+103=251 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.33% from 251); Green value is 107 (42.19% from 255 or 42.63% from 251); Blue value is 103 (40.62% from 255 or 41.04% from 251); Max value from RGB is 107 - color contains mainly: green. Hex color #296B67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296B67 is #D69498. Grayscale: #565656. Windows color (decimal): -14062745 or 6777641. OLE color: 6777641.

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

Color convert

RGB 41 107 103 -
CMYK 0.62 0 0.04 0.58
HSL 176.36º 0.45% 0.29% -
HSV(B) 176.36º 0.62% 0.42% -
XYZ 8.62 11.97 14.69 -
YUV 86.81 137.13 95.33 -
System Red Green Blue C M Y K H S L
Decimal 41 107 103 0.62 0 0.04 0.58 176.36 0.45 0.29
Hex 29 6B 67 3E 0 4 3A B0 2D 1D
Octal 51 153 147 76 0 4 72 260 55 35
Binary 101001 1101011 1100111 111110 0 100 111010 10110000 101101 11101

Color Harmonies of #296B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296B67

Black with #296B67

Text Example


Text Example

White with #296B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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