#1F7770

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

Shades of Elm #1F7770

Tints of Elm #1F7770

Color information

#1F7770 (or 0x1F7770) is unknown color: approx Elm. HEX triplet: 1F, 77 and 70. RGB value is (31,119,112). Sum of RGB (Red+Green+Blue) = 31+119+112=262 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.83% from 262); Green value is 119 (46.88% from 255 or 45.42% from 262); Blue value is 112 (44.14% from 255 or 42.75% from 262); Max value from RGB is 119 - color contains mainly: green. Hex color #1F7770 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7770 is #E0888F. Grayscale: #5B5B5B. Windows color (decimal): -14715024 or 7370527. OLE color: 7370527.

HSL color Cylindrical-coordinate representation of color #1F7770: hue angle of 175.23º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F7770 is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB31119112-
CMYK0.7400.060.53
HSL175.23º58.67%29.41%-
HSV(B)175.23º73.95%46.67%-
XYZ10.0914.6517.63-
YUV91.89139.3584.57-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.83%
GREEN value IS 119 (46.88% from 255) = 45.42%
BLUE value IS 112 (44.14% from 255) = 42.75%
R=11.83%
G=45.42%
B=42.75%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal311191120.7400.060.53175.2358.6729.41
Hex1F77704A0635af3b1d
Octal3716716011206652577335
Binary1111111101111110000100101001101101011010111111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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