#2F604F

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

Shades of Spectra #2F604F

Tints of Spectra #2F604F

Color information

#2F604F (or 0x2F604F) is unknown color: approx Spectra. HEX triplet: 2F, 60 and 4F. RGB value is (47,96,79). Sum of RGB (Red+Green+Blue) = 47+96+79=222 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.17% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 79 (31.25% from 255 or 35.59% from 222); Max value from RGB is 96 - color contains mainly: green. Hex color #2F604F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F604F is #D09FB0. Grayscale: #4F4F4F. Windows color (decimal): -13672369 or 5201967. OLE color: 5201967.

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

Color convert

RGB479679-
CMYK0.5100.180.62
HSL159.18º34.27%28.04%-
HSV(B)159.18º51.04%37.65%-
XYZ6.779.538.88-
YUV79.41127.77104.88-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.17%
GREEN value IS 96 (37.89% from 255) = 43.24%
BLUE value IS 79 (31.25% from 255) = 35.59%
R=21.17%
G=43.24%
B=35.59%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4796790.5100.180.62159.1834.2728.04
Hex2F604F330123E9f221c
Octal5714011763022762374234
Binary101111110000010011111100110100101111101001111110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F604F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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