Html Css Color HEX #1D8275 Elm

📋 copy color: '#1D8275'

red 29 ◦ green 130 ◦ blue 117

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

Shades of Elm #1D8275

Tints of Elm #1D8275

RGB

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

 GREEN value IS 130 (51.17% from 255) = 47.1%

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

R = 10.51%
G = 47.1%
B = 42.39%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#1D8275 (or 0x1D8275) is known color: Elm. HEX triplet: 1D, 82 and 75. RGB value is (29,130,117). Sum of RGB (Red+Green+Blue) = 29+130+117=276 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.51% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 117 (46.09% from 255 or 42.39% from 276); Max value from RGB is 130 - color contains mainly: green. Hex color #1D8275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8275 is #E27D8A. Grayscale: #626262. Windows color (decimal): -14843275 or 7701021. OLE color: 7701021.

HSL color Cylindrical-coordinate representation of color #1D8275: hue angle of 172.28º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D8275 is Cyan = 0.78, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.49.

Color convert

RGB 29 130 117 -
CMYK 0.78 0 0.1 0.49
HSL 172.28º 0.64% 0.31% -
HSV(B) 172.28º 0.78% 0.51% -
XYZ 11.7 17.51 19.59 -
YUV 98.32 138.54 78.56 -
System Red Green Blue C M Y K H S L
Decimal 29 130 117 0.78 0 0.1 0.49 172.28 0.64 0.31
Hex 1D 82 75 4E 0 A 31 AC 40 1F
Octal 35 202 165 116 0 12 61 254 100 37
Binary 11101 10000010 1110101 1001110 0 1010 110001 10101100 1000000 11111

Color Harmonies of #1D8275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D8275

Black with #1D8275

Text Example


Text Example

White with #1D8275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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