#1f5952

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

Shades of Eden #1F5952

Tints of Eden #1F5952

Color information

#1F5952 (or 0x1F5952) is unknown color: approx Eden. HEX triplet: 1F, 59 and 52. RGB value is (31,89,82). Sum of RGB (Red+Green+Blue) = 31+89+82=202 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.35% from 202); Green value is 89 (35.16% from 255 or 44.06% from 202); Blue value is 82 (32.42% from 255 or 40.59% from 202); Max value from RGB is 89 - color contains mainly: green. Hex color #1F5952 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5952 is #E0A6AD. Grayscale: #464646. Windows color (decimal): -14722734 or 5396767. OLE color: 5396767.

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

Color convert

RGB318982-
CMYK0.6500.080.65
HSL172.76º48.33%23.53%-
HSV(B)172.76º65.17%34.9%-
XYZ5.668.059.24-
YUV70.86134.2899.57-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.35%
GREEN value IS 89 (35.16% from 255) = 44.06%
BLUE value IS 82 (32.42% from 255) = 40.59%
R=15.35%
G=44.06%
B=40.59%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3189820.6500.080.65172.7648.3323.53
Hex1F5952410841ad3018
Octal371311221010101012556030
Binary111111011001101001010000010100010000011010110111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f5952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,89,82); }

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

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

 a { background-color: rgb(31,89,82); }

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

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

 span { border-color: rgb(31,89,82); }

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