#1D827D

Color #1D827D Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #1D827D

Tints of Elm #1D827D

Color information

#1D827D (or 0x1D827D) is unknown color: approx Elm. HEX triplet: 1D, 82 and 7D. RGB value is (29,130,125). Sum of RGB (Red+Green+Blue) = 29+130+125=284 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.21% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 125 (49.22% from 255 or 44.01% from 284); Max value from RGB is 130 - color contains mainly: green. Hex color #1D827D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D827D is #E27D82. Grayscale: #636363. Windows color (decimal): -14843267 or 8225309. OLE color: 8225309.

HSL color Cylindrical-coordinate representation of color #1D827D: hue angle of 177.03º 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 #1D827D is Cyan = 0.78, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB29130125-
CMYK0.7800.040.49
HSL177.03º63.52%31.18%-
HSV(B)177.03º77.69%50.98%-
XYZ12.1917.7122.18-
YUV99.23142.5477.91-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.21%
GREEN value IS 130 (51.17% from 255) = 45.77%
BLUE value IS 125 (49.22% from 255) = 44.01%
R=10.21%
G=45.77%
B=44.01%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal291301250.7800.040.49177.0363.5231.18
Hex1D827D4E0431b1401f
Octal35202175116046126110037
Binary111011000001011111011001110010011000110110001100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D827D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D827D;
 }
 .AnyTagClassName
 {
   color: #1D827D;
 }
</style>
background-color css

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

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

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

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

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

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