Html Css Color HEX #1DA261 Eucalyptus

📋 copy color: '#1DA261'

red 29 ◦ green 162 ◦ blue 97

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

Shades of Eucalyptus #1DA261

Tints of Eucalyptus #1DA261

RGB

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

 GREEN value IS 162 (63.67% from 255) = 56.25%

 BLUE value IS 97 (38.28% from 255) = 33.68%

R = 10.07%
G = 56.25%
B = 33.68%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#1DA261 (or 0x1DA261) is known color: Eucalyptus. HEX triplet: 1D, A2 and 61. RGB value is (29,162,97). Sum of RGB (Red+Green+Blue) = 29+162+97=288 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.07% from 288); Green value is 162 (63.67% from 255 or 56.25% from 288); Blue value is 97 (38.28% from 255 or 33.68% from 288); Max value from RGB is 162 - color contains mainly: green. Hex color #1DA261 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA261 is #E25D9E. Grayscale: #727272. Windows color (decimal): -14835103 or 6398493. OLE color: 6398493.

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

Color convert

RGB 29 162 97 -
CMYK 0.82 0 0.40 0.36
HSL 150.68º 0.7% 0.37% -
HSV(B) 150.68º 0.82% 0.64% -
XYZ 15.58 26.96 15.69 -
YUV 114.82 117.94 66.79 -
System Red Green Blue C M Y K H S L
Decimal 29 162 97 0.82 0 0.40 0.36 150.68 0.7 0.37
Hex 1D A2 61 52 0 28 24 97 46 25
Octal 35 242 141 122 0 50 44 227 106 45
Binary 11101 10100010 1100001 1010010 0 101000 100100 10010111 1000110 100101

Color Harmonies of #1DA261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA261

Black with #1DA261

Text Example


Text Example

White with #1DA261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,162,97); }

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

background-color css

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

 a { background-color: rgb(29,162,97); }

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

border-color css

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

 span { border-color: rgb(29,162,97); }

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