#2F6B52

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

Shades of Spectra #2F6B52

Tints of Spectra #2F6B52

Color information

#2F6B52 (or 0x2F6B52) is unknown color: approx Spectra. HEX triplet: 2F, 6B and 52. RGB value is (47,107,82). Sum of RGB (Red+Green+Blue) = 47+107+82=236 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.92% from 236); Green value is 107 (42.19% from 255 or 45.34% from 236); Blue value is 82 (32.42% from 255 or 34.75% from 236); Max value from RGB is 107 - color contains mainly: green. Hex color #2F6B52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6B52 is #D094AD. Grayscale: #565656. Windows color (decimal): -13669550 or 5401391. OLE color: 5401391.

HSL color Cylindrical-coordinate representation of color #2F6B52: hue angle of 155º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2F6B52 is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.

Color convert

RGB4710782-
CMYK0.5600.230.58
HSL155º38.96%30.2%-
HSV(B)155º56.07%41.96%-
XYZ7.9511.739.83-
YUV86.21125.62100.03-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.92%
GREEN value IS 107 (42.19% from 255) = 45.34%
BLUE value IS 82 (32.42% from 255) = 34.75%
R=19.92%
G=45.34%
B=34.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal47107820.5600.230.5815538.9630.2
Hex2F6B52380173A9b271e
Octal5715312270027722334736
Binary101111110101110100101110000101111110101001101110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,107,82); }

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

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

 a { background-color: rgb(47,107,82); }

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

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

 span { border-color: rgb(47,107,82); }

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