#2E3F25

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

Shades of Black Forest #2E3F25

Tints of Black Forest #2E3F25

Color information

#2E3F25 (or 0x2E3F25) is unknown color: approx Black Forest. HEX triplet: 2E, 3F and 25. RGB value is (46,63,37). Sum of RGB (Red+Green+Blue) = 46+63+37=146 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.51% from 146); Green value is 63 (25% from 255 or 43.15% from 146); Blue value is 37 (14.84% from 255 or 25.34% from 146); Max value from RGB is 63 - color contains mainly: green. Hex color #2E3F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3F25 is #D1C0DA. Grayscale: #373737. Windows color (decimal): -13746395 or 2441006. OLE color: 2441006.

HSL color Cylindrical-coordinate representation of color #2E3F25: hue angle of 99.23º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2E3F25 is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.75.

Color convert

RGB466337-
CMYK0.2700.410.75
HSL99.23º26%19.61%-
HSV(B)99.23º41.27%24.71%-
XYZ3.244.272.4-
YUV54.95117.87121.61-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 31.51%
GREEN value IS 63 (25% from 255) = 43.15%
BLUE value IS 37 (14.84% from 255) = 25.34%
R=31.51%
G=43.15%
B=25.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4663370.2700.410.7599.232619.61
Hex2E3F251B0294B631a14
Octal567745330511131433224
Binary101110111111100101110110101001100101111000111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,63,37); }

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

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

 a { background-color: rgb(46,63,37); }

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

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

 span { border-color: rgb(46,63,37); }

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