#2A3D18

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

Shades of Black Forest #2A3D18

Tints of Black Forest #2A3D18

Color information

#2A3D18 (or 0x2A3D18) is unknown color: approx Black Forest. HEX triplet: 2A, 3D and 18. RGB value is (42,61,24). Sum of RGB (Red+Green+Blue) = 42+61+24=127 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.07% from 127); Green value is 61 (24.22% from 255 or 48.03% from 127); Blue value is 24 (9.77% from 255 or 18.90% from 127); Max value from RGB is 61 - color contains mainly: green. Hex color #2A3D18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3D18 is #D5C2E7. Grayscale: #333333. Windows color (decimal): -14009064 or 1588522. OLE color: 1588522.

HSL color Cylindrical-coordinate representation of color #2A3D18: hue angle of 90.81º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2A3D18 is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.76.

Color convert

RGB426124-
CMYK0.3100.610.76
HSL90.81º43.53%16.67%-
HSV(B)90.81º60.66%23.92%-
XYZ2.793.91.47-
YUV51.1112.71121.51-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 33.07%
GREEN value IS 61 (24.22% from 255) = 48.03%
BLUE value IS 24 (9.77% from 255) = 18.90%
R=33.07%
G=48.03%
B=18.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4261240.3100.610.7690.8143.5316.67
Hex2A3D181F03D4C5b2c11
Octal527530370751141335421
Binary101010111101110001111101111011001100101101110110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,61,24); }

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

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

 a { background-color: rgb(42,61,24); }

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

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

 span { border-color: rgb(42,61,24); }

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