#2F6950

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

Shades of Spectra #2F6950

Tints of Spectra #2F6950

Color information

#2F6950 (or 0x2F6950) is unknown color: approx Spectra. HEX triplet: 2F, 69 and 50. RGB value is (47,105,80). Sum of RGB (Red+Green+Blue) = 47+105+80=232 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.26% from 232); Green value is 105 (41.41% from 255 or 45.26% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 105 - color contains mainly: green. Hex color #2F6950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6950 is #D096AF. Grayscale: #545454. Windows color (decimal): -13670064 or 5269807. OLE color: 5269807.

HSL color Cylindrical-coordinate representation of color #2F6950: hue angle of 154.14º 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 #2F6950 is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB4710580-
CMYK0.5500.240.59
HSL154.14º38.16%29.8%-
HSV(B)154.14º55.24%41.18%-
XYZ7.6711.299.36-
YUV84.81125.28101.03-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.26%
GREEN value IS 105 (41.41% from 255) = 45.26%
BLUE value IS 80 (31.64% from 255) = 34.48%
R=20.26%
G=45.26%
B=34.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal47105800.5500.240.59154.1438.1629.8
Hex2F6950370183B9a261e
Octal5715112067030732324636
Binary101111110100110100001101110110001110111001101010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,105,80); }

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

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

 a { background-color: rgb(47,105,80); }

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

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

 span { border-color: rgb(47,105,80); }

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