#1DAD48

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

Shades of Dark Pastel Green #1DAD48

Tints of Dark Pastel Green #1DAD48

Color information

#1DAD48 (or 0x1DAD48) is unknown color: approx Dark Pastel Green. HEX triplet: 1D, AD and 48. RGB value is (29,173,72). Sum of RGB (Red+Green+Blue) = 29+173+72=274 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.58% from 274); Green value is 173 (67.97% from 255 or 63.14% from 274); Blue value is 72 (28.52% from 255 or 26.28% from 274); Max value from RGB is 173 - color contains mainly: green. Hex color #1DAD48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DAD48 is #E252B7. Grayscale: #767676. Windows color (decimal): -14832312 or 4762909. OLE color: 4762909.

HSL color Cylindrical-coordinate representation of color #1DAD48: hue angle of 137.92º 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 #1DAD48 is Cyan = 0.83, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB2917372-
CMYK0.8300.580.32
HSL137.92º71.29%39.61%-
HSV(B)137.92º83.24%67.84%-
XYZ16.6230.6211.16-
YUV118.43101.7964.21-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.58%
GREEN value IS 173 (67.97% from 255) = 63.14%
BLUE value IS 72 (28.52% from 255) = 26.28%
R=10.58%
G=63.14%
B=26.28%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal29173720.8300.580.32137.9271.2939.61
Hex1DAD485303A208a4728
Octal352551101230724021210750
Binary1110110101101100100010100110111010100000100010101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DAD48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,173,72); }

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

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

 a { background-color: rgb(29,173,72); }

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

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

 span { border-color: rgb(29,173,72); }

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