#2F634D

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

Shades of Spectra #2F634D

Tints of Spectra #2F634D

Color information

#2F634D (or 0x2F634D) is unknown color: approx Spectra. HEX triplet: 2F, 63 and 4D. RGB value is (47,99,77). Sum of RGB (Red+Green+Blue) = 47+99+77=223 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.08% from 223); Green value is 99 (39.06% from 255 or 44.39% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 99 - color contains mainly: green. Hex color #2F634D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F634D is #D09CB2. Grayscale: #505050. Windows color (decimal): -13671603 or 5071663. OLE color: 5071663.

HSL color Cylindrical-coordinate representation of color #2F634D: hue angle of 154.62º 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 #2F634D is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB479977-
CMYK0.5300.220.61
HSL154.62º35.62%28.63%-
HSV(B)154.62º52.53%38.82%-
XYZ6.9710.068.6-
YUV80.94125.77103.79-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.08%
GREEN value IS 99 (39.06% from 255) = 44.39%
BLUE value IS 77 (30.47% from 255) = 34.53%
R=21.08%
G=44.39%
B=34.53%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4799770.5300.220.61154.6235.6228.63
Hex2F634D350163D9b241d
Octal5714311565026752334435
Binary101111110001110011011101010101101111011001101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F634D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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