#1DA75A

Color #1DA75A Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #1DA75A

Tints of Eucalyptus #1DA75A

Color information

#1DA75A (or 0x1DA75A) is unknown color: approx Eucalyptus. HEX triplet: 1D, A7 and 5A. RGB value is (29,167,90). Sum of RGB (Red+Green+Blue) = 29+167+90=286 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.14% from 286); Green value is 167 (65.62% from 255 or 58.39% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 167 - color contains mainly: green. Hex color #1DA75A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA75A is #E258A5. Grayscale: #757575. Windows color (decimal): -14833830 or 5941021. OLE color: 5941021.

HSL color Cylindrical-coordinate representation of color #1DA75A: hue angle of 146.52º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DA75A is Cyan = 0.83, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB2916790-
CMYK0.8300.460.35
HSL146.52º70.41%38.43%-
HSV(B)146.52º82.63%65.49%-
XYZ16.1728.6414.35-
YUV116.96112.7865.26-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.14%
GREEN value IS 167 (65.62% from 255) = 58.39%
BLUE value IS 90 (35.55% from 255) = 31.47%
R=10.14%
G=58.39%
B=31.47%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal29167900.8300.460.35146.5270.4138.43
Hex1DA75A5302E23934626
Octal352471321230564322310646
Binary1110110100111101101010100110101110100011100100111000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DA75A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,167,90); }

 H1.HeaderClassName
 {
   color: #1DA75A;
 }
 .AnyTagClassName
 {
   color: #1DA75A;
 }
</style>
background-color css

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

 a { background-color: rgb(29,167,90); }

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

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

 span { border-color: rgb(29,167,90); }

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