#1E2F16

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

Shades of Black Forest #1E2F16

Tints of Black Forest #1E2F16

Color information

#1E2F16 (or 0x1E2F16) is unknown color: approx Black Forest. HEX triplet: 1E, 2F and 16. RGB value is (30,47,22). Sum of RGB (Red+Green+Blue) = 30+47+22=99 (13% of max value = 765). Red value is 30 (12.11% from 255 or 30.30% from 99); Green value is 47 (18.75% from 255 or 47.47% from 99); Blue value is 22 (8.98% from 255 or 22.22% from 99); Max value from RGB is 47 - color contains mainly: green. Hex color #1E2F16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2F16 is #E1D0E9. Grayscale: #272727. Windows color (decimal): -14799082 or 1453854. OLE color: 1453854.

HSL color Cylindrical-coordinate representation of color #1E2F16: hue angle of 100.8º degrees, saturation: 0.36, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1E2F16 is Cyan = 0.36, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.82.

Color convert

RGB304722-
CMYK0.3600.530.82
HSL100.8º36.23%13.53%-
HSV(B)100.8º53.19%18.43%-
XYZ1.72.371.13-
YUV39.07118.37121.53-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 30.30%
GREEN value IS 47 (18.75% from 255) = 47.47%
BLUE value IS 22 (8.98% from 255) = 22.22%
R=30.30%
G=47.47%
B=22.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3047220.3600.530.82100.836.2313.53
Hex1E2F1624035526524e
Octal365726440651221454416
Binary11110101111101101001000110101101001011001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E2F16; }

 p { color: rgb(30,47,22); }

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

<style>
 a { background-color: #1E2F16; }

 a { background-color: rgb(30,47,22); }

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

<style>
 span { border-color: #1E2F16; }

 span { border-color: rgb(30,47,22); }

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