#1F7370

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

Shades of Elm #1F7370

Tints of Elm #1F7370

Color information

#1F7370 (or 0x1F7370) is unknown color: approx Elm. HEX triplet: 1F, 73 and 70. RGB value is (31,115,112). Sum of RGB (Red+Green+Blue) = 31+115+112=258 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.02% from 258); Green value is 115 (45.31% from 255 or 44.57% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 115 - color contains mainly: green. Hex color #1F7370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7370 is #E08C8F. Grayscale: #595959. Windows color (decimal): -14716048 or 7369503. OLE color: 7369503.

HSL color Cylindrical-coordinate representation of color #1F7370: hue angle of 177.86º 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 #1F7370 is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB31115112-
CMYK0.7300.030.55
HSL177.86º57.53%28.63%-
HSV(B)177.86º73.04%45.1%-
XYZ9.6213.7217.47-
YUV89.54140.6786.24-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.02%
GREEN value IS 115 (45.31% from 255) = 44.57%
BLUE value IS 112 (44.14% from 255) = 43.41%
R=12.02%
G=44.57%
B=43.41%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal311151120.7300.030.55177.8657.5328.63
Hex1F7370490337b23a1d
Octal3716316011103672627235
Binary111111110011111000010010010111101111011001011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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