#2A3F21

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

Shades of Black Forest #2A3F21

Tints of Black Forest #2A3F21

Color information

#2A3F21 (or 0x2A3F21) is unknown color: approx Black Forest. HEX triplet: 2A, 3F and 21. RGB value is (42,63,33). Sum of RGB (Red+Green+Blue) = 42+63+33=138 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.43% from 138); Green value is 63 (25% from 255 or 45.65% from 138); Blue value is 33 (13.28% from 255 or 23.91% from 138); Max value from RGB is 63 - color contains mainly: green. Hex color #2A3F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3F21 is #D5C0DE. Grayscale: #353535. Windows color (decimal): -14008543 or 2178858. OLE color: 2178858.

HSL color Cylindrical-coordinate representation of color #2A3F21: hue angle of 102º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2A3F21 is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB426333-
CMYK0.3300.480.75
HSL102º31.25%18.82%-
HSV(B)102º47.62%24.71%-
XYZ3.014.162.08-
YUV53.3116.54119.94-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 30.43%
GREEN value IS 63 (25% from 255) = 45.65%
BLUE value IS 33 (13.28% from 255) = 23.91%
R=30.43%
G=45.65%
B=23.91%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4263330.3300.480.7510231.2518.82
Hex2A3F21210304B661f13
Octal527741410601131463723
Binary1010101111111000011000010110000100101111001101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,63,33); }

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

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

 a { background-color: rgb(42,63,33); }

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

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

 span { border-color: rgb(42,63,33); }

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