Html Css Color HEX #29806F Genoa

📋 copy color: '#29806F'

red 41 ◦ green 128 ◦ blue 111

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

Shades of Genoa #29806F

Tints of Genoa #29806F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.71%

 BLUE value IS 111 (43.75% from 255) = 39.64%

R = 14.64%
G = 45.71%
B = 39.64%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#29806F (or 0x29806F) is known color: Genoa. HEX triplet: 29, 80 and 6F. RGB value is (41,128,111). Sum of RGB (Red+Green+Blue) = 41+128+111=280 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.64% from 280); Green value is 128 (50.39% from 255 or 45.71% from 280); Blue value is 111 (43.75% from 255 or 39.64% from 280); Max value from RGB is 128 - color contains mainly: green. Hex color #29806F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29806F is #D67F90. Grayscale: #646464. Windows color (decimal): -14057361 or 7307305. OLE color: 7307305.

HSL color Cylindrical-coordinate representation of color #29806F: hue angle of 168.28º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #29806F is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB 41 128 111 -
CMYK 0.68 0 0.13 0.50
HSL 168.28º 0.51% 0.33% -
HSV(B) 168.28º 0.68% 0.5% -
XYZ 11.5 17.06 17.73 -
YUV 100.05 134.18 85.88 -
System Red Green Blue C M Y K H S L
Decimal 41 128 111 0.68 0 0.13 0.50 168.28 0.51 0.33
Hex 29 80 6F 44 0 D 32 A8 33 21
Octal 51 200 157 104 0 15 62 250 63 41
Binary 101001 10000000 1101111 1000100 0 1101 110010 10101000 110011 100001

Color Harmonies of #29806F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29806F

Black with #29806F

Text Example


Text Example

White with #29806F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29806F; }

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

 H1.HeaderClassName
 {
   color: #29806F;
 }
 .AnyTagClassName
 {
   color: #29806F;
 }
</style>

background-color css

<style>
 a { background-color: #29806F; }

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

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

border-color css

<style>
 span { border-color: #29806F; }

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

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