Html Css Color HEX #29826F Genoa

📋 copy color: '#29826F'

red 41 ◦ green 130 ◦ blue 111

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

Shades of Genoa #29826F

Tints of Genoa #29826F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.1%

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

R = 14.54%
G = 46.1%
B = 39.36%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#29826F (or 0x29826F) is known color: Genoa. HEX triplet: 29, 82 and 6F. RGB value is (41,130,111). Sum of RGB (Red+Green+Blue) = 41+130+111=282 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.54% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 111 (43.75% from 255 or 39.36% from 282); Max value from RGB is 130 - color contains mainly: green. Hex color #29826F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29826F is #D67D90. Grayscale: #656565. Windows color (decimal): -14056849 or 7307817. OLE color: 7307817.

HSL color Cylindrical-coordinate representation of color #29826F: hue angle of 167.19º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #29826F is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 41 130 111 -
CMYK 0.68 0 0.15 0.49
HSL 167.19º 0.52% 0.34% -
HSV(B) 167.19º 0.68% 0.51% -
XYZ 11.77 17.58 17.81 -
YUV 101.22 133.51 85.04 -
System Red Green Blue C M Y K H S L
Decimal 41 130 111 0.68 0 0.15 0.49 167.19 0.52 0.34
Hex 29 82 6F 44 0 F 31 A7 34 22
Octal 51 202 157 104 0 17 61 247 64 42
Binary 101001 10000010 1101111 1000100 0 1111 110001 10100111 110100 100010

Color Harmonies of #29826F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29826F

Black with #29826F

Text Example


Text Example

White with #29826F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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