#2F5F49

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

Shades of Spectra #2F5F49

Tints of Spectra #2F5F49

Color information

#2F5F49 (or 0x2F5F49) is unknown color: approx Spectra. HEX triplet: 2F, 5F and 49. RGB value is (47,95,73). Sum of RGB (Red+Green+Blue) = 47+95+73=215 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.86% from 215); Green value is 95 (37.5% from 255 or 44.19% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 95 - color contains mainly: green. Hex color #2F5F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5F49 is #D0A0B6. Grayscale: #4E4E4E. Windows color (decimal): -13672631 or 4808495. OLE color: 4808495.

HSL color Cylindrical-coordinate representation of color #2F5F49: hue angle of 152.5º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2F5F49 is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.63.

Color convert

RGB479573-
CMYK0.5100.230.63
HSL152.5º33.8%27.84%-
HSV(B)152.5º50.53%37.25%-
XYZ6.479.277.75-
YUV78.14125.1105.79-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.86%
GREEN value IS 95 (37.5% from 255) = 44.19%
BLUE value IS 73 (28.91% from 255) = 33.95%
R=21.86%
G=44.19%
B=33.95%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4795730.5100.230.63152.533.827.84
Hex2F5F49330173F98221c
Octal5713711163027772304234
Binary101111101111110010011100110101111111111001100010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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