Html Css Color HEX #1DBB70 Mountain Meadow

📋 copy color: '#1DBB70'

red 29 ◦ green 187 ◦ blue 112

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

Shades of Mountain Meadow #1DBB70

Tints of Mountain Meadow #1DBB70

RGB

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

 GREEN value IS 187 (73.44% from 255) = 57.01%

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

R = 8.84%
G = 57.01%
B = 34.15%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#1DBB70 (or 0x1DBB70) is known color: Mountain Meadow. HEX triplet: 1D, BB and 70. RGB value is (29,187,112). Sum of RGB (Red+Green+Blue) = 29+187+112=328 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.84% from 328); Green value is 187 (73.44% from 255 or 57.01% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 187 - color contains mainly: green. Hex color #1DBB70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DBB70 is #E2448F. Grayscale: #838383. Windows color (decimal): -14828688 or 7387933. OLE color: 7387933.

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

Color convert

RGB 29 187 112 -
CMYK 0.84 0 0.40 0.27
HSL 151.52º 0.73% 0.42% -
HSV(B) 151.52º 0.84% 0.73% -
XYZ 21.2 36.97 21.35 -
YUV 131.21 117.15 55.1 -
System Red Green Blue C M Y K H S L
Decimal 29 187 112 0.84 0 0.40 0.27 151.52 0.73 0.42
Hex 1D BB 70 54 0 28 1B 98 49 2A
Octal 35 273 160 124 0 50 33 230 111 52
Binary 11101 10111011 1110000 1010100 0 101000 11011 10011000 1001001 101010

Color Harmonies of #1DBB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBB70

Black with #1DBB70

Text Example


Text Example

White with #1DBB70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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