Html Css Color HEX #1DBB7A Mountain Meadow

📋 copy color: '#1DBB7A'

red 29 ◦ green 187 ◦ blue 122

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

Shades of Mountain Meadow #1DBB7A

Tints of Mountain Meadow #1DBB7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.09%

R = 8.58%
G = 55.33%
B = 36.09%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#1DBB7A (or 0x1DBB7A) is known color: Mountain Meadow. HEX triplet: 1D, BB and 7A. RGB value is (29,187,122). Sum of RGB (Red+Green+Blue) = 29+187+122=338 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.58% from 338); Green value is 187 (73.44% from 255 or 55.33% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 187 - color contains mainly: green. Hex color #1DBB7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DBB7A is #E24485. Grayscale: #848484. Windows color (decimal): -14828678 or 8043293. OLE color: 8043293.

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

Color convert

RGB 29 187 122 -
CMYK 0.84 0 0.35 0.27
HSL 155.32º 0.73% 0.42% -
HSV(B) 155.32º 0.84% 0.73% -
XYZ 21.79 37.21 24.45 -
YUV 132.35 122.15 54.29 -
System Red Green Blue C M Y K H S L
Decimal 29 187 122 0.84 0 0.35 0.27 155.32 0.73 0.42
Hex 1D BB 7A 54 0 23 1B 9B 49 2A
Octal 35 273 172 124 0 43 33 233 111 52
Binary 11101 10111011 1111010 1010100 0 100011 11011 10011011 1001001 101010

Color Harmonies of #1DBB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBB7A

Black with #1DBB7A

Text Example


Text Example

White with #1DBB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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