#2F5F4A

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

Shades of Spectra #2F5F4A

Tints of Spectra #2F5F4A

Color information

#2F5F4A (or 0x2F5F4A) is unknown color: approx Spectra. HEX triplet: 2F, 5F and 4A. RGB value is (47,95,74). Sum of RGB (Red+Green+Blue) = 47+95+74=216 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.76% from 216); Green value is 95 (37.5% from 255 or 43.98% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 95 - color contains mainly: green. Hex color #2F5F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5F4A is #D0A0B5. Grayscale: #4E4E4E. Windows color (decimal): -13672630 or 4874031. OLE color: 4874031.

HSL color Cylindrical-coordinate representation of color #2F5F4A: hue angle of 153.75º 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 #2F5F4A is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.63.

Color convert

RGB479574-
CMYK0.5100.220.63
HSL153.75º33.8%27.84%-
HSV(B)153.75º50.53%37.25%-
XYZ6.59.287.93-
YUV78.25125.6105.71-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.76%
GREEN value IS 95 (37.5% from 255) = 43.98%
BLUE value IS 74 (29.30% from 255) = 34.26%
R=21.76%
G=43.98%
B=34.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4795740.5100.220.63153.7533.827.84
Hex2F5F4A330163F9a221c
Octal5713711263026772324234
Binary101111101111110010101100110101101111111001101010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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