#1F6256

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

Shades of Eden #1F6256

Tints of Eden #1F6256

Color information

#1F6256 (or 0x1F6256) is unknown color: approx Eden. HEX triplet: 1F, 62 and 56. RGB value is (31,98,86). Sum of RGB (Red+Green+Blue) = 31+98+86=215 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.42% from 215); Green value is 98 (38.67% from 255 or 45.58% from 215); Blue value is 86 (33.98% from 255 or 40% from 215); Max value from RGB is 98 - color contains mainly: green. Hex color #1F6256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6256 is #E09DA9. Grayscale: #4C4C4C. Windows color (decimal): -14720426 or 5661215. OLE color: 5661215.

HSL color Cylindrical-coordinate representation of color #1F6256: hue angle of 169.25º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F6256 is Cyan = 0.68, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB319886-
CMYK0.6800.120.62
HSL169.25º51.94%25.29%-
HSV(B)169.25º68.37%38.43%-
XYZ6.619.710.33-
YUV76.6133.395.48-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.42%
GREEN value IS 98 (38.67% from 255) = 45.58%
BLUE value IS 86 (33.98% from 255) = 40%
R=14.42%
G=45.58%
B=40%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3198860.6800.120.62169.2551.9425.29
Hex1F6256440C3Ea93419
Octal37142126104014762516431
Binary11111110001010101101000100011001111101010100111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,98,86); }

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

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

 a { background-color: rgb(31,98,86); }

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

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

 span { border-color: rgb(31,98,86); }

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