#2F614C

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

Shades of Spectra #2F614C

Tints of Spectra #2F614C

Color information

#2F614C (or 0x2F614C) is unknown color: approx Spectra. HEX triplet: 2F, 61 and 4C. RGB value is (47,97,76). Sum of RGB (Red+Green+Blue) = 47+97+76=220 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.36% from 220); Green value is 97 (38.28% from 255 or 44.09% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 97 - color contains mainly: green. Hex color #2F614C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F614C is #D09EB3. Grayscale: #4F4F4F. Windows color (decimal): -13672116 or 5005615. OLE color: 5005615.

HSL color Cylindrical-coordinate representation of color #2F614C: hue angle of 154.8º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2F614C is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB479776-
CMYK0.5200.220.62
HSL154.8º34.72%28.24%-
HSV(B)154.8º51.55%38.04%-
XYZ6.759.688.35-
YUV79.66125.94104.71-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.36%
GREEN value IS 97 (38.28% from 255) = 44.09%
BLUE value IS 76 (30.08% from 255) = 34.55%
R=21.36%
G=44.09%
B=34.55%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4797760.5200.220.62154.834.7228.24
Hex2F614C340163E9b231c
Octal5714111464026762334334
Binary101111110000110011001101000101101111101001101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F614C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,97,76); }

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

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

 a { background-color: rgb(47,97,76); }

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

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

 span { border-color: rgb(47,97,76); }

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