#2A4018

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

Shades of Black Forest #2A4018

Tints of Black Forest #2A4018

Color information

#2A4018 (or 0x2A4018) is unknown color: approx Black Forest. HEX triplet: 2A, 40 and 18. RGB value is (42,64,24). Sum of RGB (Red+Green+Blue) = 42+64+24=130 (17% of max value = 765). Red value is 42 (16.80% from 255 or 32.31% from 130); Green value is 64 (25.39% from 255 or 49.23% from 130); Blue value is 24 (9.77% from 255 or 18.46% from 130); Max value from RGB is 64 - color contains mainly: green. Hex color #2A4018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4018 is #D5BFE7. Grayscale: #353535. Windows color (decimal): -14008296 or 1589290. OLE color: 1589290.

HSL color Cylindrical-coordinate representation of color #2A4018: hue angle of 93º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2A4018 is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB426424-
CMYK0.3400.620.75
HSL93º45.45%17.25%-
HSV(B)93º62.5%25.1%-
XYZ2.954.221.52-
YUV52.86111.71120.25-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 32.31%
GREEN value IS 64 (25.39% from 255) = 49.23%
BLUE value IS 24 (9.77% from 255) = 18.46%
R=32.31%
G=49.23%
B=18.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4264240.3400.620.759345.4517.25
Hex2A40182203E4B5d2d11
Octal5210030420761131355521
Binary10101010000001100010001001111101001011101110110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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