Html Css Color HEX #1DAA65 Eucalyptus

📋 copy color: '#1DAA65'

red 29 ◦ green 170 ◦ blue 101

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

Shades of Eucalyptus #1DAA65

Tints of Eucalyptus #1DAA65

RGB

 RED value IS 29 (11.72% from 255) = 9.67%

 GREEN value IS 170 (66.8% from 255) = 56.67%

 BLUE value IS 101 (39.84% from 255) = 33.67%

R = 9.67%
G = 56.67%
B = 33.67%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#1DAA65 (or 0x1DAA65) is known color: Eucalyptus. HEX triplet: 1D, AA and 65. RGB value is (29,170,101). Sum of RGB (Red+Green+Blue) = 29+170+101=300 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.67% from 300); Green value is 170 (66.80% from 255 or 56.67% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 170 - color contains mainly: green. Hex color #1DAA65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DAA65 is #E2559A. Grayscale: #787878. Windows color (decimal): -14833051 or 6662685. OLE color: 6662685.

HSL color Cylindrical-coordinate representation of color #1DAA65: hue angle of 150.64º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAA65 is Cyan = 0.83, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB 29 170 101 -
CMYK 0.83 0 0.41 0.33
HSL 150.64º 0.71% 0.39% -
HSV(B) 150.64º 0.83% 0.67% -
XYZ 17.23 29.95 17.18 -
YUV 119.98 117.29 63.11 -
System Red Green Blue C M Y K H S L
Decimal 29 170 101 0.83 0 0.41 0.33 150.64 0.71 0.39
Hex 1D AA 65 53 0 29 21 97 47 27
Octal 35 252 145 123 0 51 41 227 107 47
Binary 11101 10101010 1100101 1010011 0 101001 100001 10010111 1000111 100111

Color Harmonies of #1DAA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DAA65

Black with #1DAA65

Text Example


Text Example

White with #1DAA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1DAA65; }

 p { color: rgb(29,170,101); }

 H1.HeaderClassName
 {
   color: #1DAA65;
 }
 .AnyTagClassName
 {
   color: #1DAA65;
 }
</style>

background-color css

<style>
 a { background-color: #1DAA65; }

 a { background-color: rgb(29,170,101); }

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

border-color css

<style>
 span { border-color: #1DAA65; }

 span { border-color: rgb(29,170,101); }

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