#1F7E75

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

Shades of Elm #1F7E75

Tints of Elm #1F7E75

Color information

#1F7E75 (or 0x1F7E75) is unknown color: approx Elm. HEX triplet: 1F, 7E and 75. RGB value is (31,126,117). Sum of RGB (Red+Green+Blue) = 31+126+117=274 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.31% from 274); Green value is 126 (49.61% from 255 or 45.99% from 274); Blue value is 117 (46.09% from 255 or 42.70% from 274); Max value from RGB is 126 - color contains mainly: green. Hex color #1F7E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7E75 is #E0818A. Grayscale: #606060. Windows color (decimal): -14713227 or 7699999. OLE color: 7699999.

HSL color Cylindrical-coordinate representation of color #1F7E75: hue angle of 174.32º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F7E75 is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB31126117-
CMYK0.7500.070.51
HSL174.32º60.51%30.78%-
HSV(B)174.32º75.4%49.41%-
XYZ11.2416.519.42-
YUV96.57139.5381.23-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.31%
GREEN value IS 126 (49.61% from 255) = 45.99%
BLUE value IS 117 (46.09% from 255) = 42.70%
R=11.31%
G=45.99%
B=42.70%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal311261170.7500.070.51174.3260.5130.78
Hex1F7E754B0733ae3d1f
Octal3717616511307632567537
Binary1111111111101110101100101101111100111010111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,126,117); }

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

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

 a { background-color: rgb(31,126,117); }

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

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

 span { border-color: rgb(31,126,117); }

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