#202E17

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

Shades of Black Forest #202E17

Tints of Black Forest #202E17

Color information

#202E17 (or 0x202E17) is unknown color: approx Black Forest. HEX triplet: 20, 2E and 17. RGB value is (32,46,23). Sum of RGB (Red+Green+Blue) = 32+46+23=101 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.68% from 101); Green value is 46 (18.36% from 255 or 45.54% from 101); Blue value is 23 (9.38% from 255 or 22.77% from 101); Max value from RGB is 46 - color contains mainly: green. Hex color #202E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202E17 is #DFD1E8. Grayscale: #272727. Windows color (decimal): -14668265 or 1519136. OLE color: 1519136.

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

Color convert

RGB324623-
CMYK0.3000.500.82
HSL96.52º33.33%13.53%-
HSV(B)96.52º50%18.04%-
XYZ1.732.321.17-
YUV39.19118.86122.87-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 31.68%
GREEN value IS 46 (18.36% from 255) = 45.54%
BLUE value IS 23 (9.38% from 255) = 22.77%
R=31.68%
G=45.54%
B=22.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3246230.3000.500.8296.5233.3313.53
Hex202E171E032526121e
Octal405627360621221414116
Binary10000010111010111111100110010101001011000011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202E17; }

 p { color: rgb(32,46,23); }

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

<style>
 a { background-color: #202E17; }

 a { background-color: rgb(32,46,23); }

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

<style>
 span { border-color: #202E17; }

 span { border-color: rgb(32,46,23); }

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