#2F4147

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

Shades of Big Stone #2F4147

Tints of Big Stone #2F4147

Color information

#2F4147 (or 0x2F4147) is unknown color: approx Big Stone. HEX triplet: 2F, 41 and 47. RGB value is (47,65,71). Sum of RGB (Red+Green+Blue) = 47+65+71=183 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.68% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 71 (28.12% from 255 or 38.80% from 183); Max value from RGB is 71 - color contains mainly: blue. Hex color #2F4147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4147 is #D0BEB8. Grayscale: #3C3C3C. Windows color (decimal): -13680313 or 4669743. OLE color: 4669743.

HSL color Cylindrical-coordinate representation of color #2F4147: hue angle of 195º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2F4147 is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB476571-
CMYK0.340.0800.72
HSL195º20.34%23.14%-
HSV(B)195º33.8%27.84%-
XYZ4.24.846.67-
YUV60.3134.04118.51-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25.68%
GREEN value IS 65 (25.78% from 255) = 35.52%
BLUE value IS 71 (28.12% from 255) = 38.80%
R=25.68%
G=35.52%
B=38.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4765710.340.0800.7219520.3423.14
Hex2F4147228048c31417
Octal57101107421001103032427
Binary10111110000011000111100010100001001000110000111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,65,71); }

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

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

 a { background-color: rgb(47,65,71); }

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

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

 span { border-color: rgb(47,65,71); }

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