#1F6252

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

Shades of Eden #1F6252

Tints of Eden #1F6252

Color information

#1F6252 (or 0x1F6252) is unknown color: approx Eden. HEX triplet: 1F, 62 and 52. RGB value is (31,98,82). Sum of RGB (Red+Green+Blue) = 31+98+82=211 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.69% from 211); Green value is 98 (38.67% from 255 or 46.45% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 98 - color contains mainly: green. Hex color #1F6252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6252 is #E09DAD. Grayscale: #4C4C4C. Windows color (decimal): -14720430 or 5399071. OLE color: 5399071.

HSL color Cylindrical-coordinate representation of color #1F6252: hue angle of 165.67º 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 #1F6252 is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB319882-
CMYK0.6800.160.62
HSL165.67º51.94%25.29%-
HSV(B)165.67º68.37%38.43%-
XYZ6.469.649.5-
YUV76.14131.395.8-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.69%
GREEN value IS 98 (38.67% from 255) = 46.45%
BLUE value IS 82 (32.42% from 255) = 38.86%
R=14.69%
G=46.45%
B=38.86%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3198820.6800.160.62165.6751.9425.29
Hex1F6252440103Ea63419
Octal37142122104020762466431
Binary111111100010101001010001000100001111101010011011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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