#1F827D

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

Shades of Elm #1F827D

Tints of Elm #1F827D

Color information

#1F827D (or 0x1F827D) is unknown color: approx Elm. HEX triplet: 1F, 82 and 7D. RGB value is (31,130,125). Sum of RGB (Red+Green+Blue) = 31+130+125=286 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.84% from 286); Green value is 130 (51.17% from 255 or 45.45% from 286); Blue value is 125 (49.22% from 255 or 43.71% from 286); Max value from RGB is 130 - color contains mainly: green. Hex color #1F827D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F827D is #E07D82. Grayscale: #636363. Windows color (decimal): -14712195 or 8225311. OLE color: 8225311.

HSL color Cylindrical-coordinate representation of color #1F827D: hue angle of 176.97º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F827D is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB31130125-
CMYK0.7600.040.49
HSL176.97º61.49%31.57%-
HSV(B)176.97º76.15%50.98%-
XYZ12.2517.7422.18-
YUV99.83142.278.91-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.84%
GREEN value IS 130 (51.17% from 255) = 45.45%
BLUE value IS 125 (49.22% from 255) = 43.71%
R=10.84%
G=45.45%
B=43.71%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal311301250.7600.040.49176.9761.4931.57
Hex1F827D4C0431b13d20
Octal3720217511404612617540
Binary111111000001011111011001100010011000110110001111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F827D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,130,125); }

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

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

 a { background-color: rgb(31,130,125); }

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

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

 span { border-color: rgb(31,130,125); }

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