#2D3725

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

Shades of Black Forest #2D3725

Tints of Black Forest #2D3725

Color information

#2D3725 (or 0x2D3725) is unknown color: approx Black Forest. HEX triplet: 2D, 37 and 25. RGB value is (45,55,37). Sum of RGB (Red+Green+Blue) = 45+55+37=137 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.85% from 137); Green value is 55 (21.88% from 255 or 40.15% from 137); Blue value is 37 (14.84% from 255 or 27.01% from 137); Max value from RGB is 55 - color contains mainly: green. Hex color #2D3725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3725 is #D2C8DA. Grayscale: #323232. Windows color (decimal): -13813979 or 2438957. OLE color: 2438957.

HSL color Cylindrical-coordinate representation of color #2D3725: hue angle of 93.33º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2D3725 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.78.

Color convert

RGB455537-
CMYK0.1800.330.78
HSL93.33º19.57%18.04%-
HSV(B)93.33º32.73%21.57%-
XYZ2.783.422.26-
YUV49.96120.69124.46-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 32.85%
GREEN value IS 55 (21.88% from 255) = 40.15%
BLUE value IS 37 (14.84% from 255) = 27.01%
R=32.85%
G=40.15%
B=27.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4555370.1800.330.7893.3319.5718.04
Hex2D3725120214E5d1412
Octal556745220411161352422
Binary101101110111100101100100100001100111010111011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,55,37); }

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

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

 a { background-color: rgb(45,55,37); }

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

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

 span { border-color: rgb(45,55,37); }

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