#1F6C5F

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

Shades of Eden #1F6C5F

Tints of Eden #1F6C5F

Color information

#1F6C5F (or 0x1F6C5F) is unknown color: approx Eden. HEX triplet: 1F, 6C and 5F. RGB value is (31,108,95). Sum of RGB (Red+Green+Blue) = 31+108+95=234 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.25% from 234); Green value is 108 (42.58% from 255 or 46.15% from 234); Blue value is 95 (37.5% from 255 or 40.60% from 234); Max value from RGB is 108 - color contains mainly: green. Hex color #1F6C5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6C5F is #E093A0. Grayscale: #535353. Windows color (decimal): -14717857 or 6253599. OLE color: 6253599.

HSL color Cylindrical-coordinate representation of color #1F6C5F: hue angle of 169.87º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F6C5F is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB3110895-
CMYK0.7100.120.58
HSL169.87º55.4%27.25%-
HSV(B)169.87º71.3%42.35%-
XYZ7.9911.8412.69-
YUV83.49134.4990.56-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.25%
GREEN value IS 108 (42.58% from 255) = 46.15%
BLUE value IS 95 (37.5% from 255) = 40.60%
R=13.25%
G=46.15%
B=40.60%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal31108950.7100.120.58169.8755.427.25
Hex1F6C5F470C3Aaa371b
Octal37154137107014722526733
Binary11111110110010111111000111011001110101010101011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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