#1E3015

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

Shades of Black Forest #1E3015

Tints of Black Forest #1E3015

Color information

#1E3015 (or 0x1E3015) is unknown color: approx Black Forest. HEX triplet: 1E, 30 and 15. RGB value is (30,48,21). Sum of RGB (Red+Green+Blue) = 30+48+21=99 (13% of max value = 765). Red value is 30 (12.11% from 255 or 30.30% from 99); Green value is 48 (19.14% from 255 or 48.48% from 99); Blue value is 21 (8.59% from 255 or 21.21% from 99); Max value from RGB is 48 - color contains mainly: green. Hex color #1E3015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3015 is #E1CFEA. Grayscale: #272727. Windows color (decimal): -14798827 or 1388574. OLE color: 1388574.

HSL color Cylindrical-coordinate representation of color #1E3015: hue angle of 100º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1E3015 is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.81.

Color convert

RGB304821-
CMYK0.3700.560.81
HSL100º39.13%13.53%-
HSV(B)100º56.25%18.82%-
XYZ1.732.441.09-
YUV39.54117.54121.2-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 30.30%
GREEN value IS 48 (19.14% from 255) = 48.48%
BLUE value IS 21 (8.59% from 255) = 21.21%
R=30.30%
G=48.48%
B=21.21%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3048210.3700.560.8110039.1313.53
Hex1E301525038516427e
Octal366025450701211444716
Binary11110110000101011001010111000101000111001001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,48,21); }

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

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

 a { background-color: rgb(30,48,21); }

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

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

 span { border-color: rgb(30,48,21); }

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