#2F624C

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

Shades of Spectra #2F624C

Tints of Spectra #2F624C

Color information

#2F624C (or 0x2F624C) is unknown color: approx Spectra. HEX triplet: 2F, 62 and 4C. RGB value is (47,98,76). Sum of RGB (Red+Green+Blue) = 47+98+76=221 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.27% from 221); Green value is 98 (38.67% from 255 or 44.34% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 98 - color contains mainly: green. Hex color #2F624C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F624C is #D09DB3. Grayscale: #505050. Windows color (decimal): -13671860 or 5005871. OLE color: 5005871.

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

Color convert

RGB479876-
CMYK0.5200.220.62
HSL154.12º35.17%28.43%-
HSV(B)154.12º52.04%38.43%-
XYZ6.849.868.38-
YUV80.24125.6104.29-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.27%
GREEN value IS 98 (38.67% from 255) = 44.34%
BLUE value IS 76 (30.08% from 255) = 34.39%
R=21.27%
G=44.34%
B=34.39%

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
Decimal4798760.5200.220.62154.1235.1728.43
Hex2F624C340163E9a231c
Octal5714211464026762324334
Binary101111110001010011001101000101101111101001101010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F624C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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