#1DAE38

Color #1DAE38 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #1DAE38

Tints of Dark Pastel Green #1DAE38

Color information

#1DAE38 (or 0x1DAE38) is unknown color: approx Dark Pastel Green. HEX triplet: 1D, AE and 38. RGB value is (29,174,56). Sum of RGB (Red+Green+Blue) = 29+174+56=259 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.20% from 259); Green value is 174 (68.36% from 255 or 67.18% from 259); Blue value is 56 (22.27% from 255 or 21.62% from 259); Max value from RGB is 174 - color contains mainly: green. Hex color #1DAE38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DAE38 is #E251C7. Grayscale: #757575. Windows color (decimal): -14832072 or 3714589. OLE color: 3714589.

HSL color Cylindrical-coordinate representation of color #1DAE38: hue angle of 131.17º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAE38 is Cyan = 0.83, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.32.

Color convert

RGB2917456-
CMYK0.8300.680.32
HSL131.17º71.43%39.8%-
HSV(B)131.17º83.33%68.24%-
XYZ16.3630.828.83-
YUV117.1993.4665.09-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.20%
GREEN value IS 174 (68.36% from 255) = 67.18%
BLUE value IS 56 (22.27% from 255) = 21.62%
R=11.20%
G=67.18%
B=21.62%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal29174560.8300.680.32131.1771.4339.8
Hex1DAE385304420834728
Octal352567012301044020310750
Binary1110110101110111000101001101000100100000100000111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DAE38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,174,56); }

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

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

 a { background-color: rgb(29,174,56); }

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

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

 span { border-color: rgb(29,174,56); }

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