Html Css Color HEX #1DA275 Mountain Meadow

📋 copy color: '#1DA275'

red 29 ◦ green 162 ◦ blue 117

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

Shades of Mountain Meadow #1DA275

Tints of Mountain Meadow #1DA275

RGB

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

 GREEN value IS 162 (63.67% from 255) = 52.6%

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

R = 9.42%
G = 52.6%
B = 37.99%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#1DA275 (or 0x1DA275) is known color: Mountain Meadow. HEX triplet: 1D, A2 and 75. RGB value is (29,162,117). Sum of RGB (Red+Green+Blue) = 29+162+117=308 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.42% from 308); Green value is 162 (63.67% from 255 or 52.60% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 162 - color contains mainly: green. Hex color #1DA275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA275 is #E25D8A. Grayscale: #757575. Windows color (decimal): -14835083 or 7709213. OLE color: 7709213.

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

Color convert

RGB 29 162 117 -
CMYK 0.82 0 0.28 0.36
HSL 159.7º 0.7% 0.37% -
HSV(B) 159.7º 0.82% 0.64% -
XYZ 16.64 27.39 21.24 -
YUV 117.1 127.94 65.16 -
System Red Green Blue C M Y K H S L
Decimal 29 162 117 0.82 0 0.28 0.36 159.7 0.7 0.37
Hex 1D A2 75 52 0 1C 24 A0 46 25
Octal 35 242 165 122 0 34 44 240 106 45
Binary 11101 10100010 1110101 1010010 0 11100 100100 10100000 1000110 100101

Color Harmonies of #1DA275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA275

Black with #1DA275

Text Example


Text Example

White with #1DA275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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