Html Css Color HEX #1DB982 Mountain Meadow

📋 copy color: '#1DB982'

red 29 ◦ green 185 ◦ blue 130

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

Shades of Mountain Meadow #1DB982

Tints of Mountain Meadow #1DB982

RGB

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

 GREEN value IS 185 (72.66% from 255) = 53.78%

 BLUE value IS 130 (51.17% from 255) = 37.79%

R = 8.43%
G = 53.78%
B = 37.79%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#1DB982 (or 0x1DB982) is known color: Mountain Meadow. HEX triplet: 1D, B9 and 82. RGB value is (29,185,130). Sum of RGB (Red+Green+Blue) = 29+185+130=344 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.43% from 344); Green value is 185 (72.66% from 255 or 53.78% from 344); Blue value is 130 (51.17% from 255 or 37.79% from 344); Max value from RGB is 185 - color contains mainly: green. Hex color #1DB982 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DB982 is #E2467D. Grayscale: #848484. Windows color (decimal): -14829182 or 8567069. OLE color: 8567069.

HSL color Cylindrical-coordinate representation of color #1DB982: hue angle of 158.85º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB982 is Cyan = 0.84, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 29 185 130 -
CMYK 0.84 0 0.30 0.27
HSL 158.85º 0.73% 0.42% -
HSV(B) 158.85º 0.84% 0.73% -
XYZ 21.88 36.57 27.02 -
YUV 132.09 126.82 54.47 -
System Red Green Blue C M Y K H S L
Decimal 29 185 130 0.84 0 0.30 0.27 158.85 0.73 0.42
Hex 1D B9 82 54 0 1E 1B 9F 49 2A
Octal 35 271 202 124 0 36 33 237 111 52
Binary 11101 10111001 10000010 1010100 0 11110 11011 10011111 1001001 101010

Color Harmonies of #1DB982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB982

Black with #1DB982

Text Example


Text Example

White with #1DB982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,185,130); }

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

background-color css

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

 a { background-color: rgb(29,185,130); }

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

border-color css

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

 span { border-color: rgb(29,185,130); }

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