#2F302E

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

Shades of Black Forest #2F302E

Tints of Black Forest #2F302E

Color information

#2F302E (or 0x2F302E) is unknown color: approx Black Forest. HEX triplet: 2F, 30 and 2E. RGB value is (47,48,46). Sum of RGB (Red+Green+Blue) = 47+48+46=141 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.33% from 141); Green value is 48 (19.14% from 255 or 34.04% from 141); Blue value is 46 (18.36% from 255 or 32.62% from 141); Max value from RGB is 48 - color contains mainly: green. Hex color #2F302E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F302E is #D0CFD1. Grayscale: #2F2F2F. Windows color (decimal): -13684690 or 3026991. OLE color: 3026991.

HSL color Cylindrical-coordinate representation of color #2F302E: hue angle of 90º degrees, saturation: 0.02, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #2F302E is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB474846-
CMYK0.0200.040.81
HSL90º2.13%18.43%-
HSV(B)90º4.17%18.82%-
XYZ2.722.923-
YUV47.47127.17127.66-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 33.33%
GREEN value IS 48 (19.14% from 255) = 34.04%
BLUE value IS 46 (18.36% from 255) = 32.62%
R=33.33%
G=34.04%
B=32.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4748460.0200.040.81902.1318.43
Hex2F302E204515a212
Octal576056204121132222
Binary101111110000101110100100101000110110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F302E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,48,46); }

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

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

 a { background-color: rgb(47,48,46); }

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

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

 span { border-color: rgb(47,48,46); }

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