#1F817B

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

Shades of Elm #1F817B

Tints of Elm #1F817B

Color information

#1F817B (or 0x1F817B) is unknown color: approx Elm. HEX triplet: 1F, 81 and 7B. RGB value is (31,129,123). Sum of RGB (Red+Green+Blue) = 31+129+123=283 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.95% from 283); Green value is 129 (50.78% from 255 or 45.58% from 283); Blue value is 123 (48.44% from 255 or 43.46% from 283); Max value from RGB is 129 - color contains mainly: green. Hex color #1F817B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F817B is #E07E84. Grayscale: #626262. Windows color (decimal): -14712453 or 8093983. OLE color: 8093983.

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

Color convert

RGB31129123-
CMYK0.7600.050.49
HSL176.33º61.25%31.37%-
HSV(B)176.33º75.97%50.59%-
XYZ11.9917.4221.47-
YUV99.01141.5379.49-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.95%
GREEN value IS 129 (50.78% from 255) = 45.58%
BLUE value IS 123 (48.44% from 255) = 43.46%
R=10.95%
G=45.58%
B=43.46%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal311291230.7600.050.49176.3361.2531.37
Hex1F817B4C0531b03d1f
Octal3720117311405612607537
Binary11111100000011111011100110001011100011011000011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F817B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,129,123); }

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

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

 a { background-color: rgb(31,129,123); }

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

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

 span { border-color: rgb(31,129,123); }

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