#2F4024

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

Shades of Black Forest #2F4024

Tints of Black Forest #2F4024

Color information

#2F4024 (or 0x2F4024) is unknown color: approx Black Forest. HEX triplet: 2F, 40 and 24. RGB value is (47,64,36). Sum of RGB (Red+Green+Blue) = 47+64+36=147 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.97% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 36 (14.45% from 255 or 24.49% from 147); Max value from RGB is 64 - color contains mainly: green. Hex color #2F4024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4024 is #D0BFDB. Grayscale: #373737. Windows color (decimal): -13680604 or 2375727. OLE color: 2375727.

HSL color Cylindrical-coordinate representation of color #2F4024: hue angle of 96.43º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2F4024 is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.75.

Color convert

RGB476436-
CMYK0.2700.440.75
HSL96.43º28%19.61%-
HSV(B)96.43º43.75%25.1%-
XYZ3.324.42.34-
YUV55.72116.87121.78-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 31.97%
GREEN value IS 64 (25.39% from 255) = 43.54%
BLUE value IS 36 (14.45% from 255) = 24.49%
R=31.97%
G=43.54%
B=24.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4764360.2700.440.7596.432819.61
Hex2F40241B02C4B601c14
Octal5710044330541131403424
Binary1011111000000100100110110101100100101111000001110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,64,36); }

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

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

 a { background-color: rgb(47,64,36); }

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

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

 span { border-color: rgb(47,64,36); }

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