Html Css Color HEX #1DB691 Mountain Meadow

📋 copy color: '#1DB691'

red 29 ◦ green 182 ◦ blue 145

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

Shades of Mountain Meadow #1DB691

Tints of Mountain Meadow #1DB691

RGB

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

 GREEN value IS 182 (71.48% from 255) = 51.12%

 BLUE value IS 145 (57.03% from 255) = 40.73%

R = 8.15%
G = 51.12%
B = 40.73%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#1DB691 (or 0x1DB691) is known color: Mountain Meadow. HEX triplet: 1D, B6 and 91. RGB value is (29,182,145). Sum of RGB (Red+Green+Blue) = 29+182+145=356 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.15% from 356); Green value is 182 (71.48% from 255 or 51.12% from 356); Blue value is 145 (57.03% from 255 or 40.73% from 356); Max value from RGB is 182 - color contains mainly: green. Hex color #1DB691 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DB691 is #E2496E. Grayscale: #848484. Windows color (decimal): -14829935 or 9549341. OLE color: 9549341.

HSL color Cylindrical-coordinate representation of color #1DB691: hue angle of 165.49º degrees, saturation: 0.73, 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 #1DB691 is Cyan = 0.84, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 29 182 145 -
CMYK 0.84 0 0.20 0.29
HSL 165.49º 0.73% 0.41% -
HSV(B) 165.49º 0.84% 0.71% -
XYZ 22.35 35.76 32.51 -
YUV 132.04 135.31 54.51 -
System Red Green Blue C M Y K H S L
Decimal 29 182 145 0.84 0 0.20 0.29 165.49 0.73 0.41
Hex 1D B6 91 54 0 14 1D A5 49 29
Octal 35 266 221 124 0 24 35 245 111 51
Binary 11101 10110110 10010001 1010100 0 10100 11101 10100101 1001001 101001

Color Harmonies of #1DB691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB691

Black with #1DB691

Text Example


Text Example

White with #1DB691

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,182,145); }

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

background-color css

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

 a { background-color: rgb(29,182,145); }

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

border-color css

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

 span { border-color: rgb(29,182,145); }

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