#212F18

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

Shades of Black Forest #212F18

Tints of Black Forest #212F18

Color information

#212F18 (or 0x212F18) is unknown color: approx Black Forest. HEX triplet: 21, 2F and 18. RGB value is (33,47,24). Sum of RGB (Red+Green+Blue) = 33+47+24=104 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.73% from 104); Green value is 47 (18.75% from 255 or 45.19% from 104); Blue value is 24 (9.77% from 255 or 23.08% from 104); Max value from RGB is 47 - color contains mainly: green. Hex color #212F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212F18 is #DED0E7. Grayscale: #282828. Windows color (decimal): -14602472 or 1584929. OLE color: 1584929.

HSL color Cylindrical-coordinate representation of color #212F18: hue angle of 96.52º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #212F18 is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.82.

Color convert

RGB334724-
CMYK0.3000.490.82
HSL96.52º32.39%13.92%-
HSV(B)96.52º48.94%18.43%-
XYZ1.812.421.24-
YUV40.19118.86122.87-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 31.73%
GREEN value IS 47 (18.75% from 255) = 45.19%
BLUE value IS 24 (9.77% from 255) = 23.08%
R=31.73%
G=45.19%
B=23.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3347240.3000.490.8296.5232.3913.92
Hex212F181E031526120e
Octal415730360611221414016
Binary10000110111111000111100110001101001011000011000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212F18; }

 p { color: rgb(33,47,24); }

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

<style>
 a { background-color: #212F18; }

 a { background-color: rgb(33,47,24); }

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

<style>
 span { border-color: #212F18; }

 span { border-color: rgb(33,47,24); }

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