#1D7B6F

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

Shades of Elm #1D7B6F

Tints of Elm #1D7B6F

Color information

#1D7B6F (or 0x1D7B6F) is unknown color: approx Elm. HEX triplet: 1D, 7B and 6F. RGB value is (29,123,111). Sum of RGB (Red+Green+Blue) = 29+123+111=263 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.03% from 263); Green value is 123 (48.44% from 255 or 46.77% from 263); Blue value is 111 (43.75% from 255 or 42.21% from 263); Max value from RGB is 123 - color contains mainly: green. Hex color #1D7B6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7B6F is #E28490. Grayscale: #5D5D5D. Windows color (decimal): -14845073 or 7306013. OLE color: 7306013.

HSL color Cylindrical-coordinate representation of color #1D7B6F: hue angle of 172.34º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D7B6F is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB29123111-
CMYK0.7600.100.52
HSL172.34º61.84%29.8%-
HSV(B)172.34º76.42%48.24%-
XYZ10.4615.5717.49-
YUV93.53137.8681.98-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.03%
GREEN value IS 123 (48.44% from 255) = 46.77%
BLUE value IS 111 (43.75% from 255) = 42.21%
R=11.03%
G=46.77%
B=42.21%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal291231110.7600.100.52172.3461.8429.8
Hex1D7B6F4C0A34ac3e1e
Octal35173157114012642547636
Binary11101111101111011111001100010101101001010110011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,123,111); }

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

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

 a { background-color: rgb(29,123,111); }

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

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

 span { border-color: rgb(29,123,111); }

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