#1D7871

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

Shades of Elm #1D7871

Tints of Elm #1D7871

Color information

#1D7871 (or 0x1D7871) is unknown color: approx Elm. HEX triplet: 1D, 78 and 71. RGB value is (29,120,113). Sum of RGB (Red+Green+Blue) = 29+120+113=262 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.07% from 262); Green value is 120 (47.27% from 255 or 45.80% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 120 - color contains mainly: green. Hex color #1D7871 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7871 is #E2878E. Grayscale: #5B5B5B. Windows color (decimal): -14845839 or 7436317. OLE color: 7436317.

HSL color Cylindrical-coordinate representation of color #1D7871: hue angle of 175.38º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D7871 is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB29120113-
CMYK0.7600.060.53
HSL175.38º61.07%29.22%-
HSV(B)175.38º75.83%47.06%-
XYZ10.214.8917.96-
YUV91.99139.8583.07-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.07%
GREEN value IS 120 (47.27% from 255) = 45.80%
BLUE value IS 113 (44.53% from 255) = 43.13%
R=11.07%
G=45.80%
B=43.13%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal291201130.7600.060.53175.3861.0729.22
Hex1D78714C0635af3d1d
Octal3517016111406652577535
Binary1110111110001110001100110001101101011010111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,120,113); }

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

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

 a { background-color: rgb(29,120,113); }

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

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

 span { border-color: rgb(29,120,113); }

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