#2F4348

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

Shades of Big Stone #2F4348

Tints of Big Stone #2F4348

Color information

#2F4348 (or 0x2F4348) is unknown color: approx Big Stone. HEX triplet: 2F, 43 and 48. RGB value is (47,67,72). Sum of RGB (Red+Green+Blue) = 47+67+72=186 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.27% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 72 (28.52% from 255 or 38.71% from 186); Max value from RGB is 72 - color contains mainly: blue. Hex color #2F4348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4348 is #D0BCB7. Grayscale: #3D3D3D. Windows color (decimal): -13679800 or 4735791. OLE color: 4735791.

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

Color convert

RGB476772-
CMYK0.350.0700.72
HSL192º21.01%23.33%-
HSV(B)192º34.72%28.24%-
XYZ4.355.096.88-
YUV61.59133.87117.59-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25.27%
GREEN value IS 67 (26.56% from 255) = 36.02%
BLUE value IS 72 (28.52% from 255) = 38.71%
R=25.27%
G=36.02%
B=38.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4767720.350.0700.7219221.0123.33
Hex2F4348237048c01517
Octal5710311043701103002527
Binary1011111000011100100010001111101001000110000001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,67,72); }

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

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

 a { background-color: rgb(47,67,72); }

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

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

 span { border-color: rgb(47,67,72); }

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