#1D8C7F

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

Shades of Elm #1D8C7F

Tints of Elm #1D8C7F

Color information

#1D8C7F (or 0x1D8C7F) is unknown color: approx Elm. HEX triplet: 1D, 8C and 7F. RGB value is (29,140,127). Sum of RGB (Red+Green+Blue) = 29+140+127=296 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.80% from 296); Green value is 140 (55.08% from 255 or 47.30% from 296); Blue value is 127 (50% from 255 or 42.91% from 296); Max value from RGB is 140 - color contains mainly: green. Hex color #1D8C7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8C7F is #E27380. Grayscale: #696969. Windows color (decimal): -14840705 or 8358941. OLE color: 8358941.

HSL color Cylindrical-coordinate representation of color #1D8C7F: hue angle of 172.97º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D8C7F is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB29140127-
CMYK0.7900.090.45
HSL172.97º65.68%33.14%-
HSV(B)172.97º79.29%54.9%-
XYZ13.7220.5523.32-
YUV105.33140.2373.56-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.80%
GREEN value IS 140 (55.08% from 255) = 47.30%
BLUE value IS 127 (50% from 255) = 42.91%
R=9.80%
G=47.30%
B=42.91%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal291401270.7900.090.45172.9765.6833.14
Hex1D8C7F4F092Dad4221
Octal352141771170115525510241
Binary11101100011001111111100111101001101101101011011000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,140,127); }

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

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

 a { background-color: rgb(29,140,127); }

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

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

 span { border-color: rgb(29,140,127); }

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