#1F7872

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

Shades of Elm #1F7872

Tints of Elm #1F7872

Color information

#1F7872 (or 0x1F7872) is unknown color: approx Elm. HEX triplet: 1F, 78 and 72. RGB value is (31,120,114). Sum of RGB (Red+Green+Blue) = 31+120+114=265 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.70% from 265); Green value is 120 (47.27% from 255 or 45.28% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 120 - color contains mainly: green. Hex color #1F7872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7872 is #E0878D. Grayscale: #5C5C5C. Windows color (decimal): -14714766 or 7501855. OLE color: 7501855.

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

Color convert

RGB31120114-
CMYK0.7400.050.53
HSL175.96º58.94%29.61%-
HSV(B)175.96º74.17%47.06%-
XYZ10.3214.9418.26-
YUV92.7140.0183.99-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.70%
GREEN value IS 120 (47.27% from 255) = 45.28%
BLUE value IS 114 (44.92% from 255) = 43.02%
R=11.70%
G=45.28%
B=43.02%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal311201140.7400.050.53175.9658.9429.61
Hex1F78724A0535b03b1e
Octal3717016211205652607336
Binary1111111110001110010100101001011101011011000011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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