#2A3B21

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

Shades of Black Forest #2A3B21

Tints of Black Forest #2A3B21

Color information

#2A3B21 (or 0x2A3B21) is unknown color: approx Black Forest. HEX triplet: 2A, 3B and 21. RGB value is (42,59,33). Sum of RGB (Red+Green+Blue) = 42+59+33=134 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.34% from 134); Green value is 59 (23.44% from 255 or 44.03% from 134); Blue value is 33 (13.28% from 255 or 24.63% from 134); Max value from RGB is 59 - color contains mainly: green. Hex color #2A3B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3B21 is #D5C4DE. Grayscale: #333333. Windows color (decimal): -14009567 or 2177834. OLE color: 2177834.

HSL color Cylindrical-coordinate representation of color #2A3B21: hue angle of 99.23º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2A3B21 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.77.

Color convert

RGB425933-
CMYK0.2900.440.77
HSL99.23º28.26%18.04%-
HSV(B)99.23º44.07%23.14%-
XYZ2.793.732.01-
YUV50.95117.87121.61-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 31.34%
GREEN value IS 59 (23.44% from 255) = 44.03%
BLUE value IS 33 (13.28% from 255) = 24.63%
R=31.34%
G=44.03%
B=24.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4259330.2900.440.7799.2328.2618.04
Hex2A3B211D02C4D631c12
Octal527341350541151433422
Binary101010111011100001111010101100100110111000111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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