#1F7B74

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

Shades of Elm #1F7B74

Tints of Elm #1F7B74

Color information

#1F7B74 (or 0x1F7B74) is unknown color: approx Elm. HEX triplet: 1F, 7B and 74. RGB value is (31,123,116). Sum of RGB (Red+Green+Blue) = 31+123+116=270 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.48% from 270); Green value is 123 (48.44% from 255 or 45.56% from 270); Blue value is 116 (45.70% from 255 or 42.96% from 270); Max value from RGB is 123 - color contains mainly: green. Hex color #1F7B74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7B74 is #E0848B. Grayscale: #5E5E5E. Windows color (decimal): -14713996 or 7633695. OLE color: 7633695.

HSL color Cylindrical-coordinate representation of color #1F7B74: hue angle of 175.43º degrees, saturation: 0.6, 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 #1F7B74 is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.52.

Color convert

RGB31123116-
CMYK0.7500.060.52
HSL175.43º59.74%30.2%-
HSV(B)175.43º74.8%48.24%-
XYZ10.815.7218.99-
YUV94.69140.0282.57-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.48%
GREEN value IS 123 (48.44% from 255) = 45.56%
BLUE value IS 116 (45.70% from 255) = 42.96%
R=11.48%
G=45.56%
B=42.96%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal311231160.7500.060.52175.4359.7430.2
Hex1F7B744B0634af3c1e
Octal3717316411306642577436
Binary1111111110111110100100101101101101001010111111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,123,116); }

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

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

 a { background-color: rgb(31,123,116); }

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

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

 span { border-color: rgb(31,123,116); }

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