#1F7A72

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

Shades of Elm #1F7A72

Tints of Elm #1F7A72

Color information

#1F7A72 (or 0x1F7A72) is unknown color: approx Elm. HEX triplet: 1F, 7A and 72. RGB value is (31,122,114). Sum of RGB (Red+Green+Blue) = 31+122+114=267 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.61% from 267); Green value is 122 (48.05% from 255 or 45.69% from 267); Blue value is 114 (44.92% from 255 or 42.70% from 267); Max value from RGB is 122 - color contains mainly: green. Hex color #1F7A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7A72 is #E0858D. Grayscale: #5D5D5D. Windows color (decimal): -14714254 or 7502367. OLE color: 7502367.

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

Color convert

RGB31122114-
CMYK0.7500.070.52
HSL174.73º59.48%30%-
HSV(B)174.73º74.59%47.84%-
XYZ10.5615.4318.34-
YUV93.88139.3583.15-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.61%
GREEN value IS 122 (48.05% from 255) = 45.69%
BLUE value IS 114 (44.92% from 255) = 42.70%
R=11.61%
G=45.69%
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.52
SystemRedGreenBlueCMYKHSL
Decimal311221140.7500.070.52174.7359.4830
Hex1F7A724B0734af3b1e
Octal3717216211307642577336
Binary1111111110101110010100101101111101001010111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,122,114); }

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

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

 a { background-color: rgb(31,122,114); }

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

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

 span { border-color: rgb(31,122,114); }

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