Html Css Color HEX #1DC378 Mountain Meadow

📋 copy color: '#1DC378'

red 29 ◦ green 195 ◦ blue 120

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

Shades of Mountain Meadow #1DC378

Tints of Mountain Meadow #1DC378

RGB

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

 GREEN value IS 195 (76.56% from 255) = 56.69%

 BLUE value IS 120 (47.27% from 255) = 34.88%

R = 8.43%
G = 56.69%
B = 34.88%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#1DC378 (or 0x1DC378) is known color: Mountain Meadow. HEX triplet: 1D, C3 and 78. RGB value is (29,195,120). Sum of RGB (Red+Green+Blue) = 29+195+120=344 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.43% from 344); Green value is 195 (76.56% from 255 or 56.69% from 344); Blue value is 120 (47.27% from 255 or 34.88% from 344); Max value from RGB is 195 - color contains mainly: green. Hex color #1DC378 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DC378 is #E23C87. Grayscale: #888888. Windows color (decimal): -14826632 or 7914269. OLE color: 7914269.

HSL color Cylindrical-coordinate representation of color #1DC378: hue angle of 152.89º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC378 is Cyan = 0.85, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 29 195 120 -
CMYK 0.85 0 0.38 0.24
HSL 152.89º 0.74% 0.44% -
HSV(B) 152.89º 0.85% 0.76% -
XYZ 23.41 40.65 24.38 -
YUV 136.82 118.5 51.1 -
System Red Green Blue C M Y K H S L
Decimal 29 195 120 0.85 0 0.38 0.24 152.89 0.74 0.44
Hex 1D C3 78 55 0 26 18 99 4A 2C
Octal 35 303 170 125 0 46 30 231 112 54
Binary 11101 11000011 1111000 1010101 0 100110 11000 10011001 1001010 101100

Color Harmonies of #1DC378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC378

Black with #1DC378

Text Example


Text Example

White with #1DC378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,195,120); }

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

background-color css

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

 a { background-color: rgb(29,195,120); }

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

border-color css

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

 span { border-color: rgb(29,195,120); }

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