Html Css Color HEX #1DB870 Mountain Meadow

📋 copy color: '#1DB870'

red 29 ◦ green 184 ◦ blue 112

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

Shades of Mountain Meadow #1DB870

Tints of Mountain Meadow #1DB870

RGB

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

 GREEN value IS 184 (72.27% from 255) = 56.62%

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

R = 8.92%
G = 56.62%
B = 34.46%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#1DB870 (or 0x1DB870) is known color: Mountain Meadow. HEX triplet: 1D, B8 and 70. RGB value is (29,184,112). Sum of RGB (Red+Green+Blue) = 29+184+112=325 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.92% from 325); Green value is 184 (72.27% from 255 or 56.62% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 184 - color contains mainly: green. Hex color #1DB870 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DB870 is #E2478F. Grayscale: #818181. Windows color (decimal): -14829456 or 7387165. OLE color: 7387165.

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

Color convert

RGB 29 184 112 -
CMYK 0.84 0 0.39 0.28
HSL 152.13º 0.73% 0.42% -
HSV(B) 152.13º 0.84% 0.72% -
XYZ 20.57 35.71 21.14 -
YUV 129.45 118.15 56.35 -
System Red Green Blue C M Y K H S L
Decimal 29 184 112 0.84 0 0.39 0.28 152.13 0.73 0.42
Hex 1D B8 70 54 0 27 1C 98 49 2A
Octal 35 270 160 124 0 47 34 230 111 52
Binary 11101 10111000 1110000 1010100 0 100111 11100 10011000 1001001 101010

Color Harmonies of #1DB870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB870

Black with #1DB870

Text Example


Text Example

White with #1DB870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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