Html Css Color HEX #29B05D Eucalyptus

📋 copy color: '#29B05D'

red 41 ◦ green 176 ◦ blue 93

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

Shades of Eucalyptus #29B05D

Tints of Eucalyptus #29B05D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 56.77%

 BLUE value IS 93 (36.72% from 255) = 30%

R = 13.23%
G = 56.77%
B = 30%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#29B05D (or 0x29B05D) is known color: Eucalyptus. HEX triplet: 29, B0 and 5D. RGB value is (41,176,93). Sum of RGB (Red+Green+Blue) = 41+176+93=310 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.23% from 310); Green value is 176 (69.14% from 255 or 56.77% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 176 - color contains mainly: green. Hex color #29B05D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29B05D is #D64FA2. Grayscale: #7E7E7E. Windows color (decimal): -14045091 or 6139945. OLE color: 6139945.

HSL color Cylindrical-coordinate representation of color #29B05D: hue angle of 143.11º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #29B05D is Cyan = 0.77, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 41 176 93 -
CMYK 0.77 0 0.47 0.31
HSL 143.11º 0.62% 0.43% -
HSV(B) 143.11º 0.77% 0.69% -
XYZ 18.42 32.31 15.62 -
YUV 126.17 109.27 67.25 -
System Red Green Blue C M Y K H S L
Decimal 41 176 93 0.77 0 0.47 0.31 143.11 0.62 0.43
Hex 29 B0 5D 4D 0 2F 1F 8F 3E 2B
Octal 51 260 135 115 0 57 37 217 76 53
Binary 101001 10110000 1011101 1001101 0 101111 11111 10001111 111110 101011

Color Harmonies of #29B05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29B05D

Black with #29B05D

Text Example


Text Example

White with #29B05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29B05D; }

 p { color: rgb(41,176,93); }

 H1.HeaderClassName
 {
   color: #29B05D;
 }
 .AnyTagClassName
 {
   color: #29B05D;
 }
</style>

background-color css

<style>
 a { background-color: #29B05D; }

 a { background-color: rgb(41,176,93); }

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

border-color css

<style>
 span { border-color: #29B05D; }

 span { border-color: rgb(41,176,93); }

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