Html Css Color HEX #296A67 Genoa

📋 copy color: '#296A67'

red 41 ◦ green 106 ◦ blue 103

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

Shades of Genoa #296A67

Tints of Genoa #296A67

RGB

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

 GREEN value IS 106 (41.8% from 255) = 42.4%

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

R = 16.4%
G = 42.4%
B = 41.2%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.03

 K value IS 0.58

RGB Variations

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

Color information

#296A67 (or 0x296A67) is known color: Genoa. HEX triplet: 29, 6A and 67. RGB value is (41,106,103). Sum of RGB (Red+Green+Blue) = 41+106+103=250 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.4% from 250); Green value is 106 (41.80% from 255 or 42.4% from 250); Blue value is 103 (40.62% from 255 or 41.2% from 250); Max value from RGB is 106 - color contains mainly: green. Hex color #296A67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296A67 is #D69598. Grayscale: #565656. Windows color (decimal): -14063001 or 6777385. OLE color: 6777385.

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

Color convert

RGB 41 106 103 -
CMYK 0.61 0 0.03 0.58
HSL 177.23º 0.44% 0.29% -
HSV(B) 177.23º 0.61% 0.42% -
XYZ 8.52 11.76 14.65 -
YUV 86.22 137.47 95.74 -
System Red Green Blue C M Y K H S L
Decimal 41 106 103 0.61 0 0.03 0.58 177.23 0.44 0.29
Hex 29 6A 67 3D 0 3 3A B1 2C 1D
Octal 51 152 147 75 0 3 72 261 54 35
Binary 101001 1101010 1100111 111101 0 11 111010 10110001 101100 11101

Color Harmonies of #296A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296A67

Black with #296A67

Text Example


Text Example

White with #296A67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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