Html Css Color HEX #1DB370 Mountain Meadow

📋 copy color: '#1DB370'

red 29 ◦ green 179 ◦ blue 112

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

Shades of Mountain Meadow #1DB370

Tints of Mountain Meadow #1DB370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35%

R = 9.06%
G = 55.94%
B = 35%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#1DB370 (or 0x1DB370) is known color: Mountain Meadow. HEX triplet: 1D, B3 and 70. RGB value is (29,179,112). Sum of RGB (Red+Green+Blue) = 29+179+112=320 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.06% from 320); Green value is 179 (70.31% from 255 or 55.94% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 179 - color contains mainly: green. Hex color #1DB370 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DB370 is #E24C8F. Grayscale: #7E7E7E. Windows color (decimal): -14830736 or 7385885. OLE color: 7385885.

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

Color convert

RGB 29 179 112 -
CMYK 0.84 0 0.37 0.30
HSL 153.2º 0.72% 0.41% -
HSV(B) 153.2º 0.84% 0.7% -
XYZ 19.55 33.67 20.8 -
YUV 126.51 119.81 58.45 -
System Red Green Blue C M Y K H S L
Decimal 29 179 112 0.84 0 0.37 0.30 153.2 0.72 0.41
Hex 1D B3 70 54 0 25 1E 99 48 29
Octal 35 263 160 124 0 45 36 231 110 51
Binary 11101 10110011 1110000 1010100 0 100101 11110 10011001 1001000 101001

Color Harmonies of #1DB370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB370

Black with #1DB370

Text Example


Text Example

White with #1DB370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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