Html Css Color HEX #1DAE48 Dark Pastel Green

📋 copy color: '#1DAE48'

red 29 ◦ green 174 ◦ blue 72

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

Shades of Dark Pastel Green #1DAE48

Tints of Dark Pastel Green #1DAE48

RGB

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

 GREEN value IS 174 (68.36% from 255) = 63.27%

 BLUE value IS 72 (28.52% from 255) = 26.18%

R = 10.55%
G = 63.27%
B = 26.18%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#1DAE48 (or 0x1DAE48) is known color: Dark Pastel Green. HEX triplet: 1D, AE and 48. RGB value is (29,174,72). Sum of RGB (Red+Green+Blue) = 29+174+72=275 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.55% from 275); Green value is 174 (68.36% from 255 or 63.27% from 275); Blue value is 72 (28.52% from 255 or 26.18% from 275); Max value from RGB is 174 - color contains mainly: green. Hex color #1DAE48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DAE48 is #E251B7. Grayscale: #777777. Windows color (decimal): -14832056 or 4763165. OLE color: 4763165.

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

Color convert

RGB 29 174 72 -
CMYK 0.83 0 0.59 0.32
HSL 137.79º 0.71% 0.4% -
HSV(B) 137.79º 0.83% 0.68% -
XYZ 16.81 31 11.23 -
YUV 119.02 101.46 63.79 -
System Red Green Blue C M Y K H S L
Decimal 29 174 72 0.83 0 0.59 0.32 137.79 0.71 0.4
Hex 1D AE 48 53 0 3B 20 8A 47 28
Octal 35 256 110 123 0 73 40 212 107 50
Binary 11101 10101110 1001000 1010011 0 111011 100000 10001010 1000111 101000

Color Harmonies of #1DAE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DAE48

Black with #1DAE48

Text Example


Text Example

White with #1DAE48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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