#1F5A4F

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

Shades of Eden #1F5A4F

Tints of Eden #1F5A4F

Color information

#1F5A4F (or 0x1F5A4F) is unknown color: approx Eden. HEX triplet: 1F, 5A and 4F. RGB value is (31,90,79). Sum of RGB (Red+Green+Blue) = 31+90+79=200 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.5% from 200); Green value is 90 (35.55% from 255 or 45% from 200); Blue value is 79 (31.25% from 255 or 39.5% from 200); Max value from RGB is 90 - color contains mainly: green. Hex color #1F5A4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5A4F is #E0A5B0. Grayscale: #474747. Windows color (decimal): -14722481 or 5200415. OLE color: 5200415.

HSL color Cylindrical-coordinate representation of color #1F5A4F: hue angle of 168.81º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1F5A4F is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB319079-
CMYK0.6600.120.65
HSL168.81º48.76%23.73%-
HSV(B)168.81º65.56%35.29%-
XYZ5.638.178.68-
YUV71.1132.4599.39-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.5%
GREEN value IS 90 (35.55% from 255) = 45%
BLUE value IS 79 (31.25% from 255) = 39.5%
R=15.5%
G=45%
B=39.5%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3190790.6600.120.65168.8148.7623.73
Hex1F5A4F420C41a93118
Octal371321171020141012516130
Binary111111011010100111110000100110010000011010100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,90,79); }

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

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

 a { background-color: rgb(31,90,79); }

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

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

 span { border-color: rgb(31,90,79); }

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