#2F6855

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

Shades of Evening Sea #2F6855

Tints of Evening Sea #2F6855

Color information

#2F6855 (or 0x2F6855) is unknown color: approx Evening Sea. HEX triplet: 2F, 68 and 55. RGB value is (47,104,85). Sum of RGB (Red+Green+Blue) = 47+104+85=236 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.92% from 236); Green value is 104 (41.02% from 255 or 44.07% from 236); Blue value is 85 (33.59% from 255 or 36.02% from 236); Max value from RGB is 104 - color contains mainly: green. Hex color #2F6855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6855 is #D097AA. Grayscale: #545454. Windows color (decimal): -13670315 or 5597231. OLE color: 5597231.

HSL color Cylindrical-coordinate representation of color #2F6855: hue angle of 160º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2F6855 is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB4710485-
CMYK0.5500.180.59
HSL160º37.75%29.61%-
HSV(B)160º54.81%40.78%-
XYZ7.7611.1610.34-
YUV84.79128.12101.04-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.92%
GREEN value IS 104 (41.02% from 255) = 44.07%
BLUE value IS 85 (33.59% from 255) = 36.02%
R=19.92%
G=44.07%
B=36.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal47104850.5500.180.5916037.7529.61
Hex2F6855370123Ba0261e
Octal5715012567022732404636
Binary101111110100010101011101110100101110111010000010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F6855; }

 p { color: rgb(47,104,85); }

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

<style>
 a { background-color: #2F6855; }

 a { background-color: rgb(47,104,85); }

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

<style>
 span { border-color: #2F6855; }

 span { border-color: rgb(47,104,85); }

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