Html Css Color HEX #1DA378 Mountain Meadow

📋 copy color: '#1DA378'

red 29 ◦ green 163 ◦ blue 120

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

Shades of Mountain Meadow #1DA378

Tints of Mountain Meadow #1DA378

RGB

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

 GREEN value IS 163 (64.06% from 255) = 52.24%

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

R = 9.29%
G = 52.24%
B = 38.46%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#1DA378 (or 0x1DA378) is known color: Mountain Meadow. HEX triplet: 1D, A3 and 78. RGB value is (29,163,120). Sum of RGB (Red+Green+Blue) = 29+163+120=312 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.29% from 312); Green value is 163 (64.06% from 255 or 52.24% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 163 - color contains mainly: green. Hex color #1DA378 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA378 is #E25C87. Grayscale: #767676. Windows color (decimal): -14834824 or 7906077. OLE color: 7906077.

HSL color Cylindrical-coordinate representation of color #1DA378: hue angle of 160.75º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA378 is Cyan = 0.82, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 29 163 120 -
CMYK 0.82 0 0.26 0.36
HSL 160.75º 0.7% 0.38% -
HSV(B) 160.75º 0.82% 0.64% -
XYZ 16.99 27.81 22.24 -
YUV 118.03 129.11 64.5 -
System Red Green Blue C M Y K H S L
Decimal 29 163 120 0.82 0 0.26 0.36 160.75 0.7 0.38
Hex 1D A3 78 52 0 1A 24 A1 46 26
Octal 35 243 170 122 0 32 44 241 106 46
Binary 11101 10100011 1111000 1010010 0 11010 100100 10100001 1000110 100110

Color Harmonies of #1DA378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA378

Black with #1DA378

Text Example


Text Example

White with #1DA378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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