#1F705A

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

Shades of Eden #1F705A

Tints of Eden #1F705A

Color information

#1F705A (or 0x1F705A) is unknown color: approx Eden. HEX triplet: 1F, 70 and 5A. RGB value is (31,112,90). Sum of RGB (Red+Green+Blue) = 31+112+90=233 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.30% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 90 (35.55% from 255 or 38.63% from 233); Max value from RGB is 112 - color contains mainly: green. Hex color #1F705A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F705A is #E08FA5. Grayscale: #555555. Windows color (decimal): -14716838 or 5926943. OLE color: 5926943.

HSL color Cylindrical-coordinate representation of color #1F705A: hue angle of 163.7º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F705A is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB3111290-
CMYK0.7200.200.56
HSL163.7º56.64%28.04%-
HSV(B)163.7º72.32%43.92%-
XYZ8.212.6211.68-
YUV85.27130.6689.29-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.30%
GREEN value IS 112 (44.14% from 255) = 48.07%
BLUE value IS 90 (35.55% from 255) = 38.63%
R=13.30%
G=48.07%
B=38.63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal31112900.7200.200.56163.756.6428.04
Hex1F705A4801438a4391c
Octal37160132110024702447134
Binary111111110000101101010010000101001110001010010011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F705A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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