#1DA252

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

Shades of Eucalyptus #1DA252

Tints of Eucalyptus #1DA252

Color information

#1DA252 (or 0x1DA252) is unknown color: approx Eucalyptus. HEX triplet: 1D, A2 and 52. RGB value is (29,162,82). Sum of RGB (Red+Green+Blue) = 29+162+82=273 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.62% from 273); Green value is 162 (63.67% from 255 or 59.34% from 273); Blue value is 82 (32.42% from 255 or 30.04% from 273); Max value from RGB is 162 - color contains mainly: green. Hex color #1DA252 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA252 is #E25DAD. Grayscale: #717171. Windows color (decimal): -14835118 or 5415453. OLE color: 5415453.

HSL color Cylindrical-coordinate representation of color #1DA252: hue angle of 143.91º 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 #1DA252 is Cyan = 0.82, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB2916282-
CMYK0.8200.490.36
HSL143.91º69.63%37.45%-
HSV(B)143.91º82.1%63.53%-
XYZ14.9526.7112.35-
YUV113.11110.4468-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.62%
GREEN value IS 162 (63.67% from 255) = 59.34%
BLUE value IS 82 (32.42% from 255) = 30.04%
R=10.62%
G=59.34%
B=30.04%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal29162820.8200.490.36143.9169.6337.45
Hex1DA2525203124904625
Octal352421221220614422010645
Binary1110110100010101001010100100110001100100100100001000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DA252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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