Html Css Color HEX #1DAE38 Dark Pastel Green

📋 copy color: '#1DAE38'

red 29 ◦ green 174 ◦ blue 56

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

Shades of Dark Pastel Green #1DAE38

Tints of Dark Pastel Green #1DAE38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 21.62%

R = 11.2%
G = 67.18%
B = 21.62%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#1DAE38 (or 0x1DAE38) is known color: 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

RGB 29 174 56 -
CMYK 0.83 0 0.68 0.32
HSL 131.17º 0.71% 0.4% -
HSV(B) 131.17º 0.83% 0.68% -
XYZ 16.36 30.82 8.83 -
YUV 117.19 93.46 65.09 -
System Red Green Blue C M Y K H S L
Decimal 29 174 56 0.83 0 0.68 0.32 131.17 0.71 0.4
Hex 1D AE 38 53 0 44 20 83 47 28
Octal 35 256 70 123 0 104 40 203 107 50
Binary 11101 10101110 111000 1010011 0 1000100 100000 10000011 1000111 101000

Color Harmonies of #1DAE38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DAE38

Black with #1DAE38

Text Example


Text Example

White with #1DAE38

Text Example


Text Example

HTML Codes & Css Web 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>