#1F7273

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

Shades of Elm #1F7273

Tints of Elm #1F7273

Color information

#1F7273 (or 0x1F7273) is unknown color: approx Elm. HEX triplet: 1F, 72 and 73. RGB value is (31,114,115). Sum of RGB (Red+Green+Blue) = 31+114+115=260 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.92% from 260); Green value is 114 (44.92% from 255 or 43.85% from 260); Blue value is 115 (45.31% from 255 or 44.23% from 260); Max value from RGB is 115 - color contains mainly: blue. Hex color #1F7273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7273 is #E08D8C. Grayscale: #595959. Windows color (decimal): -14716301 or 7565855. OLE color: 7565855.

HSL color Cylindrical-coordinate representation of color #1F7273: hue angle of 180.71º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F7273 is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB31114115-
CMYK0.730.0100.55
HSL180.71º57.53%28.63%-
HSV(B)180.71º73.04%45.1%-
XYZ9.6813.5618.33-
YUV89.3142.586.42-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.92%
GREEN value IS 114 (44.92% from 255) = 43.85%
BLUE value IS 115 (45.31% from 255) = 44.23%
R=11.92%
G=43.85%
B=44.23%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal311141150.730.0100.55180.7157.5328.63
Hex1F7273491037b53a1d
Octal3716216311110672657235
Binary11111111001011100111001001101101111011010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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