Html Css Color HEX #1DBB75 Mountain Meadow

📋 copy color: '#1DBB75'

red 29 ◦ green 187 ◦ blue 117

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

Shades of Mountain Meadow #1DBB75

Tints of Mountain Meadow #1DBB75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 35.14%

R = 8.71%
G = 56.16%
B = 35.14%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#1DBB75 (or 0x1DBB75) is known color: Mountain Meadow. HEX triplet: 1D, BB and 75. RGB value is (29,187,117). Sum of RGB (Red+Green+Blue) = 29+187+117=333 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.71% from 333); Green value is 187 (73.44% from 255 or 56.16% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 187 - color contains mainly: green. Hex color #1DBB75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DBB75 is #E2448A. Grayscale: #838383. Windows color (decimal): -14828683 or 7715613. OLE color: 7715613.

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

Color convert

RGB 29 187 117 -
CMYK 0.84 0 0.37 0.27
HSL 153.42º 0.73% 0.42% -
HSV(B) 153.42º 0.84% 0.73% -
XYZ 21.49 37.09 22.86 -
YUV 131.78 119.65 54.69 -
System Red Green Blue C M Y K H S L
Decimal 29 187 117 0.84 0 0.37 0.27 153.42 0.73 0.42
Hex 1D BB 75 54 0 25 1B 99 49 2A
Octal 35 273 165 124 0 45 33 231 111 52
Binary 11101 10111011 1110101 1010100 0 100101 11011 10011001 1001001 101010

Color Harmonies of #1DBB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBB75

Black with #1DBB75

Text Example


Text Example

White with #1DBB75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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