#1F8B82

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

Shades of Elm #1F8B82

Tints of Elm #1F8B82

Color information

#1F8B82 (or 0x1F8B82) is unknown color: approx Elm. HEX triplet: 1F, 8B and 82. RGB value is (31,139,130). Sum of RGB (Red+Green+Blue) = 31+139+130=300 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.33% from 300); Green value is 139 (54.69% from 255 or 46.33% from 300); Blue value is 130 (51.17% from 255 or 43.33% from 300); Max value from RGB is 139 - color contains mainly: green. Hex color #1F8B82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F8B82 is #E0747D. Grayscale: #696969. Windows color (decimal): -14709886 or 8555295. OLE color: 8555295.

HSL color Cylindrical-coordinate representation of color #1F8B82: hue angle of 175º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F8B82 is Cyan = 0.78, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB31139130-
CMYK0.7800.060.45
HSL175º63.53%33.33%-
HSV(B)175º77.7%54.51%-
XYZ13.8320.3724.32-
YUV105.68141.7274.73-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.33%
GREEN value IS 139 (54.69% from 255) = 46.33%
BLUE value IS 130 (51.17% from 255) = 43.33%
R=10.33%
G=46.33%
B=43.33%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal311391300.7800.060.4517563.5333.33
Hex1F8B824E062Daf4021
Octal37213202116065525710041
Binary11111100010111000001010011100110101101101011111000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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