#1E2A19

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

Shades of Black Forest #1E2A19

Tints of Black Forest #1E2A19

Color information

#1E2A19 (or 0x1E2A19) is unknown color: approx Black Forest. HEX triplet: 1E, 2A and 19. RGB value is (30,42,25). Sum of RGB (Red+Green+Blue) = 30+42+25=97 (12% of max value = 765). Red value is 30 (12.11% from 255 or 30.93% from 97); Green value is 42 (16.80% from 255 or 43.30% from 97); Blue value is 25 (10.16% from 255 or 25.77% from 97); Max value from RGB is 42 - color contains mainly: green. Hex color #1E2A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2A19 is #E1D5E6. Grayscale: #242424. Windows color (decimal): -14800359 or 1649182. OLE color: 1649182.

HSL color Cylindrical-coordinate representation of color #1E2A19: hue angle of 102.35º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1E2A19 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.84.

Color convert

RGB304225-
CMYK0.2900.400.84
HSL102.35º25.37%13.14%-
HSV(B)102.35º40.48%16.47%-
XYZ1.5421.23-
YUV36.47121.52123.38-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 30.93%
GREEN value IS 42 (16.80% from 255) = 43.30%
BLUE value IS 25 (10.16% from 255) = 25.77%
R=30.93%
G=43.30%
B=25.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3042250.2900.400.84102.3525.3713.14
Hex1E2A191D028546619d
Octal365231350501241463115
Binary111101010101100111101010100010101001100110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,42,25); }

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

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

 a { background-color: rgb(30,42,25); }

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

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

 span { border-color: rgb(30,42,25); }

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