Html Css Color HEX #29836B Genoa

📋 copy color: '#29836B'

red 41 ◦ green 131 ◦ blue 107

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

Shades of Genoa #29836B

Tints of Genoa #29836B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.95%

 BLUE value IS 107 (42.19% from 255) = 38.35%

R = 14.7%
G = 46.95%
B = 38.35%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#29836B (or 0x29836B) is known color: Genoa. HEX triplet: 29, 83 and 6B. RGB value is (41,131,107). Sum of RGB (Red+Green+Blue) = 41+131+107=279 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.70% from 279); Green value is 131 (51.56% from 255 or 46.95% from 279); Blue value is 107 (42.19% from 255 or 38.35% from 279); Max value from RGB is 131 - color contains mainly: green. Hex color #29836B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29836B is #D67C94. Grayscale: #656565. Windows color (decimal): -14056597 or 7045929. OLE color: 7045929.

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

Color convert

RGB 41 131 107 -
CMYK 0.69 0 0.18 0.49
HSL 164º 0.52% 0.34% -
HSV(B) 164º 0.69% 0.51% -
XYZ 11.68 17.77 16.72 -
YUV 101.35 131.18 84.95 -
System Red Green Blue C M Y K H S L
Decimal 41 131 107 0.69 0 0.18 0.49 164 0.52 0.34
Hex 29 83 6B 45 0 12 31 A4 34 22
Octal 51 203 153 105 0 22 61 244 64 42
Binary 101001 10000011 1101011 1000101 0 10010 110001 10100100 110100 100010

Color Harmonies of #29836B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29836B

Black with #29836B

Text Example


Text Example

White with #29836B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29836B; }

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

 H1.HeaderClassName
 {
   color: #29836B;
 }
 .AnyTagClassName
 {
   color: #29836B;
 }
</style>

background-color css

<style>
 a { background-color: #29836B; }

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

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

border-color css

<style>
 span { border-color: #29836B; }

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

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