Html Css Color HEX #1DB531 Dark Pastel Green

📋 copy color: '#1DB531'

red 29 ◦ green 181 ◦ blue 49

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

Shades of Dark Pastel Green #1DB531

Tints of Dark Pastel Green #1DB531

RGB

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

 GREEN value IS 181 (71.09% from 255) = 69.88%

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

R = 11.2%
G = 69.88%
B = 18.92%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#1DB531 (or 0x1DB531) is known color: Dark Pastel Green. HEX triplet: 1D, B5 and 31. RGB value is (29,181,49). Sum of RGB (Red+Green+Blue) = 29+181+49=259 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.20% from 259); Green value is 181 (71.09% from 255 or 69.88% from 259); Blue value is 49 (19.53% from 255 or 18.92% from 259); Max value from RGB is 181 - color contains mainly: green. Hex color #1DB531 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB531 is #E24ACE. Grayscale: #787878. Windows color (decimal): -14830287 or 3257629. OLE color: 3257629.

HSL color Cylindrical-coordinate representation of color #1DB531: hue angle of 127.89º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB531 is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 29 181 49 -
CMYK 0.84 0 0.73 0.29
HSL 127.89º 0.72% 0.41% -
HSV(B) 127.89º 0.84% 0.71% -
XYZ 17.58 33.53 8.45 -
YUV 120.5 87.64 62.73 -
System Red Green Blue C M Y K H S L
Decimal 29 181 49 0.84 0 0.73 0.29 127.89 0.72 0.41
Hex 1D B5 31 54 0 49 1D 80 48 29
Octal 35 265 61 124 0 111 35 200 110 51
Binary 11101 10110101 110001 1010100 0 1001001 11101 10000000 1001000 101001

Color Harmonies of #1DB531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB531

Black with #1DB531

Text Example


Text Example

White with #1DB531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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