#2F634F

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

Shades of Spectra #2F634F

Tints of Spectra #2F634F

Color information

#2F634F (or 0x2F634F) is unknown color: approx Spectra. HEX triplet: 2F, 63 and 4F. RGB value is (47,99,79). Sum of RGB (Red+Green+Blue) = 47+99+79=225 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.89% from 225); Green value is 99 (39.06% from 255 or 44% from 225); Blue value is 79 (31.25% from 255 or 35.11% from 225); Max value from RGB is 99 - color contains mainly: green. Hex color #2F634F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F634F is #D09CB0. Grayscale: #515151. Windows color (decimal): -13671601 or 5202735. OLE color: 5202735.

HSL color Cylindrical-coordinate representation of color #2F634F: hue angle of 156.92º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F634F is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.61.

Color convert

RGB479979-
CMYK0.5300.200.61
HSL156.92º35.62%28.63%-
HSV(B)156.92º52.53%38.82%-
XYZ7.0510.098.97-
YUV81.17126.77103.63-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.89%
GREEN value IS 99 (39.06% from 255) = 44%
BLUE value IS 79 (31.25% from 255) = 35.11%
R=20.89%
G=44%
B=35.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4799790.5300.200.61156.9235.6228.63
Hex2F634F350143D9d241d
Octal5714311765024752354435
Binary101111110001110011111101010101001111011001110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F634F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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