#2F6C4F

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

Shades of Spectra #2F6C4F

Tints of Spectra #2F6C4F

Color information

#2F6C4F (or 0x2F6C4F) is unknown color: approx Spectra. HEX triplet: 2F, 6C and 4F. RGB value is (47,108,79). Sum of RGB (Red+Green+Blue) = 47+108+79=234 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.09% from 234); Green value is 108 (42.58% from 255 or 46.15% from 234); Blue value is 79 (31.25% from 255 or 33.76% from 234); Max value from RGB is 108 - color contains mainly: green. Hex color #2F6C4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6C4F is #D093B0. Grayscale: #565656. Windows color (decimal): -13669297 or 5205039. OLE color: 5205039.

HSL color Cylindrical-coordinate representation of color #2F6C4F: hue angle of 151.48º 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 #2F6C4F is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.

Color convert

RGB4710879-
CMYK0.5600.270.58
HSL151.48º39.35%30.39%-
HSV(B)151.48º56.48%42.35%-
XYZ7.9511.899.27-
YUV86.46123.7999.86-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.09%
GREEN value IS 108 (42.58% from 255) = 46.15%
BLUE value IS 79 (31.25% from 255) = 33.76%
R=20.09%
G=46.15%
B=33.76%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal47108790.5600.270.58151.4839.3530.39
Hex2F6C4F3801B3A97271e
Octal5715411770033722274736
Binary101111110110010011111110000110111110101001011110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,108,79); }

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

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

 a { background-color: rgb(47,108,79); }

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

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

 span { border-color: rgb(47,108,79); }

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