#1F7874

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

Shades of Elm #1F7874

Tints of Elm #1F7874

Color information

#1F7874 (or 0x1F7874) is unknown color: approx Elm. HEX triplet: 1F, 78 and 74. RGB value is (31,120,116). Sum of RGB (Red+Green+Blue) = 31+120+116=267 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.61% from 267); Green value is 120 (47.27% from 255 or 44.94% from 267); Blue value is 116 (45.70% from 255 or 43.45% from 267); Max value from RGB is 120 - color contains mainly: green. Hex color #1F7874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7874 is #E0878B. Grayscale: #5C5C5C. Windows color (decimal): -14714764 or 7632927. OLE color: 7632927.

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

Color convert

RGB31120116-
CMYK0.7400.030.53
HSL177.3º58.94%29.61%-
HSV(B)177.3º74.17%47.06%-
XYZ10.4314.9918.87-
YUV92.93141.0183.83-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.61%
GREEN value IS 120 (47.27% from 255) = 44.94%
BLUE value IS 116 (45.70% from 255) = 43.45%
R=11.61%
G=44.94%
B=43.45%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal311201160.7400.030.53177.358.9429.61
Hex1F78744A0335b13b1e
Octal3717016411203652617336
Binary111111111000111010010010100111101011011000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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