Html Css Color HEX #29986B Eucalyptus

📋 copy color: '#29986B'

red 41 ◦ green 152 ◦ blue 107

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

Shades of Eucalyptus #29986B

Tints of Eucalyptus #29986B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 50.67%

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

R = 13.67%
G = 50.67%
B = 35.67%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#29986B (or 0x29986B) is known color: Eucalyptus. HEX triplet: 29, 98 and 6B. RGB value is (41,152,107). Sum of RGB (Red+Green+Blue) = 41+152+107=300 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.67% from 300); Green value is 152 (59.77% from 255 or 50.67% from 300); Blue value is 107 (42.19% from 255 or 35.67% from 300); Max value from RGB is 152 - color contains mainly: green. Hex color #29986B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29986B is #D66794. Grayscale: #717171. Windows color (decimal): -14051221 or 7051305. OLE color: 7051305.

HSL color Cylindrical-coordinate representation of color #29986B: hue angle of 155.68º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29986B is Cyan = 0.73, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB 41 152 107 -
CMYK 0.73 0 0.30 0.40
HSL 155.68º 0.58% 0.38% -
HSV(B) 155.68º 0.73% 0.6% -
XYZ 14.8 23.99 17.76 -
YUV 113.68 124.23 76.16 -
System Red Green Blue C M Y K H S L
Decimal 41 152 107 0.73 0 0.30 0.40 155.68 0.58 0.38
Hex 29 98 6B 49 0 1E 28 9C 3A 26
Octal 51 230 153 111 0 36 50 234 72 46
Binary 101001 10011000 1101011 1001001 0 11110 101000 10011100 111010 100110

Color Harmonies of #29986B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29986B

Black with #29986B

Text Example


Text Example

White with #29986B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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