#1F6A4F

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

Shades of Evening Sea #1F6A4F

Tints of Evening Sea #1F6A4F

Color information

#1F6A4F (or 0x1F6A4F) is unknown color: approx Evening Sea. HEX triplet: 1F, 6A and 4F. RGB value is (31,106,79). Sum of RGB (Red+Green+Blue) = 31+106+79=216 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.35% from 216); Green value is 106 (41.80% from 255 or 49.07% from 216); Blue value is 79 (31.25% from 255 or 36.57% from 216); Max value from RGB is 106 - color contains mainly: green. Hex color #1F6A4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6A4F is #E095B0. Grayscale: #505050. Windows color (decimal): -14718385 or 5204511. OLE color: 5204511.

HSL color Cylindrical-coordinate representation of color #1F6A4F: hue angle of 158.4º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F6A4F is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB3110679-
CMYK0.7100.250.58
HSL158.4º54.74%26.86%-
HSV(B)158.4º70.75%41.57%-
XYZ7.1311.169.18-
YUV80.5127.1592.7-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.35%
GREEN value IS 106 (41.80% from 255) = 49.07%
BLUE value IS 79 (31.25% from 255) = 36.57%
R=14.35%
G=49.07%
B=36.57%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal31106790.7100.250.58158.454.7426.86
Hex1F6A4F470193A9e371b
Octal37152117107031722366733
Binary111111101010100111110001110110011110101001111011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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