#1D8073

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

Shades of Elm #1D8073

Tints of Elm #1D8073

Color information

#1D8073 (or 0x1D8073) is unknown color: approx Elm. HEX triplet: 1D, 80 and 73. RGB value is (29,128,115). Sum of RGB (Red+Green+Blue) = 29+128+115=272 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.66% from 272); Green value is 128 (50.39% from 255 or 47.06% from 272); Blue value is 115 (45.31% from 255 or 42.28% from 272); Max value from RGB is 128 - color contains mainly: green. Hex color #1D8073 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8073 is #E27F8C. Grayscale: #606060. Windows color (decimal): -14843789 or 7569437. OLE color: 7569437.

HSL color Cylindrical-coordinate representation of color #1D8073: hue angle of 172.12º 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 #1D8073 is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB29128115-
CMYK0.7700.100.50
HSL172.12º63.06%30.78%-
HSV(B)172.12º77.34%50.2%-
XYZ11.3216.9418.89-
YUV96.92138.279.56-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.66%
GREEN value IS 128 (50.39% from 255) = 47.06%
BLUE value IS 115 (45.31% from 255) = 42.28%
R=10.66%
G=47.06%
B=42.28%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal291281150.7700.100.50172.1263.0630.78
Hex1D80734D0A32ac3f1f
Octal35200163115012622547737
Binary111011000000011100111001101010101100101010110011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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