Html Css Color HEX #1DAC31 Dark Pastel Green

📋 copy color: '#1DAC31'

red 29 ◦ green 172 ◦ blue 49

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

Shades of Dark Pastel Green #1DAC31

Tints of Dark Pastel Green #1DAC31

RGB

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

 GREEN value IS 172 (67.58% from 255) = 68.8%

 BLUE value IS 49 (19.53% from 255) = 19.6%

R = 11.6%
G = 68.8%
B = 19.6%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#1DAC31 (or 0x1DAC31) is known color: Dark Pastel Green. HEX triplet: 1D, AC and 31. RGB value is (29,172,49). Sum of RGB (Red+Green+Blue) = 29+172+49=250 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.6% from 250); Green value is 172 (67.58% from 255 or 68.8% from 250); Blue value is 49 (19.53% from 255 or 19.6% from 250); Max value from RGB is 172 - color contains mainly: green. Hex color #1DAC31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DAC31 is #E253CE. Grayscale: #737373. Windows color (decimal): -14832591 or 3255325. OLE color: 3255325.

HSL color Cylindrical-coordinate representation of color #1DAC31: hue angle of 128.39º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAC31 is Cyan = 0.83, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 29 172 49 -
CMYK 0.83 0 0.72 0.33
HSL 128.39º 0.71% 0.39% -
HSV(B) 128.39º 0.83% 0.67% -
XYZ 15.81 29.99 7.86 -
YUV 115.22 90.62 66.5 -
System Red Green Blue C M Y K H S L
Decimal 29 172 49 0.83 0 0.72 0.33 128.39 0.71 0.39
Hex 1D AC 31 53 0 48 21 80 47 27
Octal 35 254 61 123 0 110 41 200 107 47
Binary 11101 10101100 110001 1010011 0 1001000 100001 10000000 1000111 100111

Color Harmonies of #1DAC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DAC31

Black with #1DAC31

Text Example


Text Example

White with #1DAC31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,172,49); }

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

background-color css

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

 a { background-color: rgb(29,172,49); }

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

border-color css

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

 span { border-color: rgb(29,172,49); }

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