#1D7C7A

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

Shades of Elm #1D7C7A

Tints of Elm #1D7C7A

Color information

#1D7C7A (or 0x1D7C7A) is unknown color: approx Elm. HEX triplet: 1D, 7C and 7A. RGB value is (29,124,122). Sum of RGB (Red+Green+Blue) = 29+124+122=275 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.55% from 275); Green value is 124 (48.83% from 255 or 45.09% from 275); Blue value is 122 (48.05% from 255 or 44.36% from 275); Max value from RGB is 124 - color contains mainly: green. Hex color #1D7C7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7C7A is #E28385. Grayscale: #5F5F5F. Windows color (decimal): -14844806 or 8027165. OLE color: 8027165.

HSL color Cylindrical-coordinate representation of color #1D7C7A: hue angle of 178.74º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D7C7A is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB29124122-
CMYK0.7700.020.51
HSL178.74º62.09%30%-
HSV(B)178.74º76.61%48.63%-
XYZ11.2316.0820.92-
YUV95.37143.0380.66-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.55%
GREEN value IS 124 (48.83% from 255) = 45.09%
BLUE value IS 122 (48.05% from 255) = 44.36%
R=10.55%
G=45.09%
B=44.36%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal291241220.7700.020.51178.7462.0930
Hex1D7C7A4D0233b33e1e
Octal3517417211502632637636
Binary111011111100111101010011010101100111011001111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,124,122); }

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

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

 a { background-color: rgb(29,124,122); }

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

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

 span { border-color: rgb(29,124,122); }

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