#2F6E54

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

Shades of Spectra #2F6E54

Tints of Spectra #2F6E54

Color information

#2F6E54 (or 0x2F6E54) is unknown color: approx Spectra. HEX triplet: 2F, 6E and 54. RGB value is (47,110,84). Sum of RGB (Red+Green+Blue) = 47+110+84=241 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.50% from 241); Green value is 110 (43.36% from 255 or 45.64% from 241); Blue value is 84 (33.20% from 255 or 34.85% from 241); Max value from RGB is 110 - color contains mainly: green. Hex color #2F6E54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6E54 is #D091AB. Grayscale: #585858. Windows color (decimal): -13668780 or 5533231. OLE color: 5533231.

HSL color Cylindrical-coordinate representation of color #2F6E54: hue angle of 155.24º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2F6E54 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.57.

Color convert

RGB4711084-
CMYK0.5700.240.57
HSL155.24º40.13%30.78%-
HSV(B)155.24º57.27%43.14%-
XYZ8.3512.410.34-
YUV88.2125.6398.61-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.50%
GREEN value IS 110 (43.36% from 255) = 45.64%
BLUE value IS 84 (33.20% from 255) = 34.85%
R=19.50%
G=45.64%
B=34.85%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal47110840.5700.240.57155.2440.1330.78
Hex2F6E5439018399b281f
Octal5715612471030712335037
Binary101111110111010101001110010110001110011001101110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,110,84); }

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

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

 a { background-color: rgb(47,110,84); }

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

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

 span { border-color: rgb(47,110,84); }

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