#2F5949

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

Shades of Spectra #2F5949

Tints of Spectra #2F5949

Color information

#2F5949 (or 0x2F5949) is unknown color: approx Spectra. HEX triplet: 2F, 59 and 49. RGB value is (47,89,73). Sum of RGB (Red+Green+Blue) = 47+89+73=209 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.49% from 209); Green value is 89 (35.16% from 255 or 42.58% from 209); Blue value is 73 (28.91% from 255 or 34.93% from 209); Max value from RGB is 89 - color contains mainly: green. Hex color #2F5949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5949 is #D0A6B6. Grayscale: #4A4A4A. Windows color (decimal): -13674167 or 4806959. OLE color: 4806959.

HSL color Cylindrical-coordinate representation of color #2F5949: hue angle of 157.14º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2F5949 is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB478973-
CMYK0.4700.180.65
HSL157.14º30.88%26.67%-
HSV(B)157.14º47.19%34.9%-
XYZ5.958.237.58-
YUV74.62127.09108.3-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.49%
GREEN value IS 89 (35.16% from 255) = 42.58%
BLUE value IS 73 (28.91% from 255) = 34.93%
R=22.49%
G=42.58%
B=34.93%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4789730.4700.180.65157.1430.8826.67
Hex2F59492F012419d1f1b
Octal57131111570221012353733
Binary101111101100110010011011110100101000001100111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,89,73); }

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

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

 a { background-color: rgb(47,89,73); }

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

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

 span { border-color: rgb(47,89,73); }

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