Html Css Color HEX #1DA450 Eucalyptus

📋 copy color: '#1DA450'

red 29 ◦ green 164 ◦ blue 80

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

Shades of Eucalyptus #1DA450

Tints of Eucalyptus #1DA450

RGB

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

 GREEN value IS 164 (64.45% from 255) = 60.07%

 BLUE value IS 80 (31.64% from 255) = 29.3%

R = 10.62%
G = 60.07%
B = 29.3%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#1DA450 (or 0x1DA450) is known color: Eucalyptus. HEX triplet: 1D, A4 and 50. RGB value is (29,164,80). Sum of RGB (Red+Green+Blue) = 29+164+80=273 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.62% from 273); Green value is 164 (64.45% from 255 or 60.07% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 164 - color contains mainly: green. Hex color #1DA450 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA450 is #E25BAF. Grayscale: #727272. Windows color (decimal): -14834608 or 5284893. OLE color: 5284893.

HSL color Cylindrical-coordinate representation of color #1DA450: hue angle of 142.67º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA450 is Cyan = 0.82, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB 29 164 80 -
CMYK 0.82 0 0.51 0.36
HSL 142.67º 0.7% 0.38% -
HSV(B) 142.67º 0.82% 0.64% -
XYZ 15.23 27.39 12.07 -
YUV 114.06 108.77 67.33 -
System Red Green Blue C M Y K H S L
Decimal 29 164 80 0.82 0 0.51 0.36 142.67 0.7 0.38
Hex 1D A4 50 52 0 33 24 8F 46 26
Octal 35 244 120 122 0 63 44 217 106 46
Binary 11101 10100100 1010000 1010010 0 110011 100100 10001111 1000110 100110

Color Harmonies of #1DA450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA450

Black with #1DA450

Text Example


Text Example

White with #1DA450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,164,80); }

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

background-color css

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

 a { background-color: rgb(29,164,80); }

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

border-color css

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

 span { border-color: rgb(29,164,80); }

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