#1F7058

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

Shades of Eden #1F7058

Tints of Eden #1F7058

Color information

#1F7058 (or 0x1F7058) is unknown color: approx Eden. HEX triplet: 1F, 70 and 58. RGB value is (31,112,88). Sum of RGB (Red+Green+Blue) = 31+112+88=231 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.42% from 231); Green value is 112 (44.14% from 255 or 48.48% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 112 - color contains mainly: green. Hex color #1F7058 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7058 is #E08FA7. Grayscale: #555555. Windows color (decimal): -14716840 or 5795871. OLE color: 5795871.

HSL color Cylindrical-coordinate representation of color #1F7058: hue angle of 162.22º 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 #1F7058 is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB3111288-
CMYK0.7200.210.56
HSL162.22º56.64%28.04%-
HSV(B)162.22º72.32%43.92%-
XYZ8.1212.5811.23-
YUV85.04129.6689.45-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.42%
GREEN value IS 112 (44.14% from 255) = 48.48%
BLUE value IS 88 (34.77% from 255) = 38.10%
R=13.42%
G=48.48%
B=38.10%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal31112880.7200.210.56162.2256.6428.04
Hex1F70584801538a2391c
Octal37160130110025702427134
Binary111111110000101100010010000101011110001010001011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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