#1F8478

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

Shades of Elm #1F8478

Tints of Elm #1F8478

Color information

#1F8478 (or 0x1F8478) is unknown color: approx Elm. HEX triplet: 1F, 84 and 78. RGB value is (31,132,120). Sum of RGB (Red+Green+Blue) = 31+132+120=283 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.95% from 283); Green value is 132 (51.95% from 255 or 46.64% from 283); Blue value is 120 (47.27% from 255 or 42.40% from 283); Max value from RGB is 132 - color contains mainly: green. Hex color #1F8478 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8478 is #E07B87. Grayscale: #646464. Windows color (decimal): -14711688 or 7898143. OLE color: 7898143.

HSL color Cylindrical-coordinate representation of color #1F8478: hue angle of 172.87º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F8478 is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB31132120-
CMYK0.7700.090.48
HSL172.87º61.96%31.96%-
HSV(B)172.87º76.52%51.76%-
XYZ12.2118.1520.63-
YUV100.43139.0478.48-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.95%
GREEN value IS 132 (51.95% from 255) = 46.64%
BLUE value IS 120 (47.27% from 255) = 42.40%
R=10.95%
G=46.64%
B=42.40%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal311321200.7700.090.48172.8761.9631.96
Hex1F84784D0930ad3e20
Octal37204170115011602557640
Binary1111110000100111100010011010100111000010101101111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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