#2F454B

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

Shades of Big Stone #2F454B

Tints of Big Stone #2F454B

Color information

#2F454B (or 0x2F454B) is unknown color: approx Big Stone. HEX triplet: 2F, 45 and 4B. RGB value is (47,69,75). Sum of RGB (Red+Green+Blue) = 47+69+75=191 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.61% from 191); Green value is 69 (27.34% from 255 or 36.13% from 191); Blue value is 75 (29.69% from 255 or 39.27% from 191); Max value from RGB is 75 - color contains mainly: blue. Hex color #2F454B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F454B is #D0BAB4. Grayscale: #3F3F3F. Windows color (decimal): -13679285 or 4932911. OLE color: 4932911.

HSL color Cylindrical-coordinate representation of color #2F454B: hue angle of 192.86º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2F454B is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB476975-
CMYK0.370.0800.71
HSL192.86º22.95%23.92%-
HSV(B)192.86º37.33%29.41%-
XYZ4.575.377.45-
YUV63.11134.71116.51-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.61%
GREEN value IS 69 (27.34% from 255) = 36.13%
BLUE value IS 75 (29.69% from 255) = 39.27%
R=24.61%
G=36.13%
B=39.27%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4769750.370.0800.71192.8622.9523.92
Hex2F454B258047c11718
Octal57105113451001073012730
Binary10111110001011001011100101100001000111110000011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F454B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,69,75); }

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

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

 a { background-color: rgb(47,69,75); }

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

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

 span { border-color: rgb(47,69,75); }

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