#1D807E

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

Shades of Elm #1D807E

Tints of Elm #1D807E

Color information

#1D807E (or 0x1D807E) is unknown color: approx Elm. HEX triplet: 1D, 80 and 7E. RGB value is (29,128,126). Sum of RGB (Red+Green+Blue) = 29+128+126=283 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.25% from 283); Green value is 128 (50.39% from 255 or 45.23% from 283); Blue value is 126 (49.61% from 255 or 44.52% from 283); Max value from RGB is 128 - color contains mainly: green. Hex color #1D807E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D807E is #E27F81. Grayscale: #626262. Windows color (decimal): -14843778 or 8290333. OLE color: 8290333.

HSL color Cylindrical-coordinate representation of color #1D807E: hue angle of 178.79º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D807E is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB29128126-
CMYK0.7700.020.50
HSL178.79º63.06%30.78%-
HSV(B)178.79º77.34%50.2%-
XYZ11.9917.2122.43-
YUV98.17143.778.66-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.25%
GREEN value IS 128 (50.39% from 255) = 45.23%
BLUE value IS 126 (49.61% from 255) = 44.52%
R=10.25%
G=45.23%
B=44.52%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal291281260.7700.020.50178.7963.0630.78
Hex1D807E4D0232b33f1f
Octal3520017611502622637737
Binary1110110000000111111010011010101100101011001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D807E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,128,126); }

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

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

 a { background-color: rgb(29,128,126); }

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

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

 span { border-color: rgb(29,128,126); }

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