Html Css Color HEX #1DB393 Mountain Meadow

📋 copy color: '#1DB393'

red 29 ◦ green 179 ◦ blue 147

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

Shades of Mountain Meadow #1DB393

Tints of Mountain Meadow #1DB393

RGB

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

 GREEN value IS 179 (70.31% from 255) = 50.42%

 BLUE value IS 147 (57.81% from 255) = 41.41%

R = 8.17%
G = 50.42%
B = 41.41%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#1DB393 (or 0x1DB393) is known color: Mountain Meadow. HEX triplet: 1D, B3 and 93. RGB value is (29,179,147). Sum of RGB (Red+Green+Blue) = 29+179+147=355 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.17% from 355); Green value is 179 (70.31% from 255 or 50.42% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 179 - color contains mainly: green. Hex color #1DB393 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DB393 is #E24C6C. Grayscale: #828282. Windows color (decimal): -14830701 or 9679645. OLE color: 9679645.

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

Color convert

RGB 29 179 147 -
CMYK 0.84 0 0.18 0.30
HSL 167.2º 0.72% 0.41% -
HSV(B) 167.2º 0.84% 0.7% -
XYZ 21.89 34.61 33.13 -
YUV 130.5 137.31 55.6 -
System Red Green Blue C M Y K H S L
Decimal 29 179 147 0.84 0 0.18 0.30 167.2 0.72 0.41
Hex 1D B3 93 54 0 12 1E A7 48 29
Octal 35 263 223 124 0 22 36 247 110 51
Binary 11101 10110011 10010011 1010100 0 10010 11110 10100111 1001000 101001

Color Harmonies of #1DB393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB393

Black with #1DB393

Text Example


Text Example

White with #1DB393

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,179,147); }

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

background-color css

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

 a { background-color: rgb(29,179,147); }

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

border-color css

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

 span { border-color: rgb(29,179,147); }

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