#1F5F51

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

Shades of Eden #1F5F51

Tints of Eden #1F5F51

Color information

#1F5F51 (or 0x1F5F51) is unknown color: approx Eden. HEX triplet: 1F, 5F and 51. RGB value is (31,95,81). Sum of RGB (Red+Green+Blue) = 31+95+81=207 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.98% from 207); Green value is 95 (37.5% from 255 or 45.89% from 207); Blue value is 81 (32.03% from 255 or 39.13% from 207); Max value from RGB is 95 - color contains mainly: green. Hex color #1F5F51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5F51 is #E0A0AE. Grayscale: #4A4A4A. Windows color (decimal): -14721199 or 5332767. OLE color: 5332767.

HSL color Cylindrical-coordinate representation of color #1F5F51: hue angle of 166.88º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F5F51 is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.63.

Color convert

RGB319581-
CMYK0.6700.150.63
HSL166.88º50.79%24.71%-
HSV(B)166.88º67.37%37.25%-
XYZ6.149.079.21-
YUV74.27131.897.14-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.98%
GREEN value IS 95 (37.5% from 255) = 45.89%
BLUE value IS 81 (32.03% from 255) = 39.13%
R=14.98%
G=45.89%
B=39.13%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3195810.6700.150.63166.8850.7924.71
Hex1F5F51430F3Fa73319
Octal37137121103017772476331
Binary11111101111110100011000011011111111111010011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,95,81); }

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

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

 a { background-color: rgb(31,95,81); }

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

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

 span { border-color: rgb(31,95,81); }

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