Html Css Color HEX #1DBB72 Mountain Meadow

📋 copy color: '#1DBB72'

red 29 ◦ green 187 ◦ blue 114

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

Shades of Mountain Meadow #1DBB72

Tints of Mountain Meadow #1DBB72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.55%

R = 8.79%
G = 56.67%
B = 34.55%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#1DBB72 (or 0x1DBB72) is known color: Mountain Meadow. HEX triplet: 1D, BB and 72. RGB value is (29,187,114). Sum of RGB (Red+Green+Blue) = 29+187+114=330 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.79% from 330); Green value is 187 (73.44% from 255 or 56.67% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 187 - color contains mainly: green. Hex color #1DBB72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DBB72 is #E2448D. Grayscale: #838383. Windows color (decimal): -14828686 or 7519005. OLE color: 7519005.

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

Color convert

RGB 29 187 114 -
CMYK 0.84 0 0.39 0.27
HSL 152.28º 0.73% 0.42% -
HSV(B) 152.28º 0.84% 0.73% -
XYZ 21.31 37.02 21.94 -
YUV 131.44 118.15 54.94 -
System Red Green Blue C M Y K H S L
Decimal 29 187 114 0.84 0 0.39 0.27 152.28 0.73 0.42
Hex 1D BB 72 54 0 27 1B 98 49 2A
Octal 35 273 162 124 0 47 33 230 111 52
Binary 11101 10111011 1110010 1010100 0 100111 11011 10011000 1001001 101010

Color Harmonies of #1DBB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBB72

Black with #1DBB72

Text Example


Text Example

White with #1DBB72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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