Html Css Color HEX #1DB272 Mountain Meadow

📋 copy color: '#1DB272'

red 29 ◦ green 178 ◦ blue 114

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

Shades of Mountain Meadow #1DB272

Tints of Mountain Meadow #1DB272

RGB

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

 GREEN value IS 178 (69.92% from 255) = 55.45%

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

R = 9.03%
G = 55.45%
B = 35.51%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#1DB272 (or 0x1DB272) is known color: Mountain Meadow. HEX triplet: 1D, B2 and 72. RGB value is (29,178,114). Sum of RGB (Red+Green+Blue) = 29+178+114=321 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.03% from 321); Green value is 178 (69.92% from 255 or 55.45% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 178 - color contains mainly: green. Hex color #1DB272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DB272 is #E24D8D. Grayscale: #7E7E7E. Windows color (decimal): -14830990 or 7516701. OLE color: 7516701.

HSL color Cylindrical-coordinate representation of color #1DB272: hue angle of 154.23º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB272 is Cyan = 0.84, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB 29 178 114 -
CMYK 0.84 0 0.36 0.30
HSL 154.23º 0.72% 0.41% -
HSV(B) 154.23º 0.84% 0.7% -
XYZ 19.46 33.32 21.32 -
YUV 126.15 121.14 58.7 -
System Red Green Blue C M Y K H S L
Decimal 29 178 114 0.84 0 0.36 0.30 154.23 0.72 0.41
Hex 1D B2 72 54 0 24 1E 9A 48 29
Octal 35 262 162 124 0 44 36 232 110 51
Binary 11101 10110010 1110010 1010100 0 100100 11110 10011010 1001000 101001

Color Harmonies of #1DB272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB272

Black with #1DB272

Text Example


Text Example

White with #1DB272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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