#1F7772

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

Shades of Elm #1F7772

Tints of Elm #1F7772

Color information

#1F7772 (or 0x1F7772) is unknown color: approx Elm. HEX triplet: 1F, 77 and 72. RGB value is (31,119,114). Sum of RGB (Red+Green+Blue) = 31+119+114=264 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.74% from 264); Green value is 119 (46.88% from 255 or 45.08% from 264); Blue value is 114 (44.92% from 255 or 43.18% from 264); Max value from RGB is 119 - color contains mainly: green. Hex color #1F7772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7772 is #E0888D. Grayscale: #5C5C5C. Windows color (decimal): -14715022 or 7501599. OLE color: 7501599.

HSL color Cylindrical-coordinate representation of color #1F7772: hue angle of 176.59º 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 #1F7772 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB31119114-
CMYK0.7400.040.53
HSL176.59º58.67%29.41%-
HSV(B)176.59º73.95%46.67%-
XYZ10.214.718.22-
YUV92.12140.3584.41-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.74%
GREEN value IS 119 (46.88% from 255) = 45.08%
BLUE value IS 114 (44.92% from 255) = 43.18%
R=11.74%
G=45.08%
B=43.18%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal311191140.7400.040.53176.5958.6729.41
Hex1F77724A0435b13b1d
Octal3716716211204652617335
Binary1111111101111110010100101001001101011011000111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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