Html Css Color HEX #1DB294 Mountain Meadow

📋 copy color: '#1DB294'

red 29 ◦ green 178 ◦ blue 148

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

Shades of Mountain Meadow #1DB294

Tints of Mountain Meadow #1DB294

RGB

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

 GREEN value IS 178 (69.92% from 255) = 50.14%

 BLUE value IS 148 (58.2% from 255) = 41.69%

R = 8.17%
G = 50.14%
B = 41.69%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#1DB294 (or 0x1DB294) is known color: Mountain Meadow. HEX triplet: 1D, B2 and 94. RGB value is (29,178,148). Sum of RGB (Red+Green+Blue) = 29+178+148=355 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.17% from 355); Green value is 178 (69.92% from 255 or 50.14% from 355); Blue value is 148 (58.20% from 255 or 41.69% from 355); Max value from RGB is 178 - color contains mainly: green. Hex color #1DB294 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DB294 is #E24D6B. Grayscale: #828282. Windows color (decimal): -14830956 or 9744925. OLE color: 9744925.

HSL color Cylindrical-coordinate representation of color #1DB294: hue angle of 167.92º 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 #1DB294 is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB 29 178 148 -
CMYK 0.84 0 0.17 0.30
HSL 167.92º 0.72% 0.41% -
HSV(B) 167.92º 0.84% 0.7% -
XYZ 21.77 34.24 33.48 -
YUV 130.03 138.14 55.94 -
System Red Green Blue C M Y K H S L
Decimal 29 178 148 0.84 0 0.17 0.30 167.92 0.72 0.41
Hex 1D B2 94 54 0 11 1E A8 48 29
Octal 35 262 224 124 0 21 36 250 110 51
Binary 11101 10110010 10010100 1010100 0 10001 11110 10101000 1001000 101001

Color Harmonies of #1DB294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB294

Black with #1DB294

Text Example


Text Example

White with #1DB294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,178,148); }

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

background-color css

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

 a { background-color: rgb(29,178,148); }

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

border-color css

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

 span { border-color: rgb(29,178,148); }

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