#2F614E

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

Shades of Spectra #2F614E

Tints of Spectra #2F614E

Color information

#2F614E (or 0x2F614E) is unknown color: approx Spectra. HEX triplet: 2F, 61 and 4E. RGB value is (47,97,78). Sum of RGB (Red+Green+Blue) = 47+97+78=222 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.17% from 222); Green value is 97 (38.28% from 255 or 43.69% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 97 - color contains mainly: green. Hex color #2F614E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F614E is #D09EB1. Grayscale: #4F4F4F. Windows color (decimal): -13672114 or 5136687. OLE color: 5136687.

HSL color Cylindrical-coordinate representation of color #2F614E: hue angle of 157.2º 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 #2F614E is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB479778-
CMYK0.5200.200.62
HSL157.2º34.72%28.24%-
HSV(B)157.2º51.55%38.04%-
XYZ6.829.78.72-
YUV79.88126.94104.54-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.17%
GREEN value IS 97 (38.28% from 255) = 43.69%
BLUE value IS 78 (30.86% from 255) = 35.14%
R=21.17%
G=43.69%
B=35.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4797780.5200.200.62157.234.7228.24
Hex2F614E340143E9d231c
Octal5714111664024762354334
Binary101111110000110011101101000101001111101001110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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