#2F424D

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

Shades of Big Stone #2F424D

Tints of Big Stone #2F424D

Color information

#2F424D (or 0x2F424D) is unknown color: approx Big Stone. HEX triplet: 2F, 42 and 4D. RGB value is (47,66,77). Sum of RGB (Red+Green+Blue) = 47+66+77=190 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.74% from 190); Green value is 66 (26.17% from 255 or 34.74% from 190); Blue value is 77 (30.47% from 255 or 40.53% from 190); Max value from RGB is 77 - color contains mainly: blue. Hex color #2F424D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F424D is #D0BDB2. Grayscale: #3D3D3D. Windows color (decimal): -13680051 or 5063215. OLE color: 5063215.

HSL color Cylindrical-coordinate representation of color #2F424D: hue angle of 202º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2F424D is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB476677-
CMYK0.390.1400.70
HSL202º24.19%24.31%-
HSV(B)202º38.96%30.2%-
XYZ4.465.047.76-
YUV61.57136.71117.61-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.74%
GREEN value IS 66 (26.17% from 255) = 34.74%
BLUE value IS 77 (30.47% from 255) = 40.53%
R=24.74%
G=34.74%
B=40.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4766770.390.1400.7020224.1924.31
Hex2F424D27E046ca1818
Octal57102115471601063123030
Binary10111110000101001101100111111001000110110010101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F424D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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