Html Css Color HEX #296F69 Genoa

📋 copy color: '#296F69'

red 41 ◦ green 111 ◦ blue 105

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

Shades of Genoa #296F69

Tints of Genoa #296F69

RGB

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

 GREEN value IS 111 (43.75% from 255) = 43.19%

 BLUE value IS 105 (41.41% from 255) = 40.86%

R = 15.95%
G = 43.19%
B = 40.86%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#296F69 (or 0x296F69) is known color: Genoa. HEX triplet: 29, 6F and 69. RGB value is (41,111,105). Sum of RGB (Red+Green+Blue) = 41+111+105=257 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.95% from 257); Green value is 111 (43.75% from 255 or 43.19% from 257); Blue value is 105 (41.41% from 255 or 40.86% from 257); Max value from RGB is 111 - color contains mainly: green. Hex color #296F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296F69 is #D69096. Grayscale: #595959. Windows color (decimal): -14061719 or 6909737. OLE color: 6909737.

HSL color Cylindrical-coordinate representation of color #296F69: hue angle of 174.86º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #296F69 is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 111 105 -
CMYK 0.63 0 0.05 0.56
HSL 174.86º 0.46% 0.3% -
HSV(B) 174.86º 0.63% 0.44% -
XYZ 9.15 12.86 15.36 -
YUV 89.39 136.81 93.49 -
System Red Green Blue C M Y K H S L
Decimal 41 111 105 0.63 0 0.05 0.56 174.86 0.46 0.3
Hex 29 6F 69 3F 0 5 38 AF 2E 1E
Octal 51 157 151 77 0 5 70 257 56 36
Binary 101001 1101111 1101001 111111 0 101 111000 10101111 101110 11110

Color Harmonies of #296F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296F69

Black with #296F69

Text Example


Text Example

White with #296F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,111,105); }

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

background-color css

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

 a { background-color: rgb(41,111,105); }

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

border-color css

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

 span { border-color: rgb(41,111,105); }

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