#1A2912

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

Shades of Black Forest #1A2912

Tints of Black Forest #1A2912

Color information

#1A2912 (or 0x1A2912) is unknown color: approx Black Forest. HEX triplet: 1A, 29 and 12. RGB value is (26,41,18). Sum of RGB (Red+Green+Blue) = 26+41+18=85 (11% of max value = 765). Red value is 26 (10.55% from 255 or 30.59% from 85); Green value is 41 (16.41% from 255 or 48.24% from 85); Blue value is 18 (7.42% from 255 or 21.18% from 85); Max value from RGB is 41 - color contains mainly: green. Hex color #1A2912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A2912 is #E5D6ED. Grayscale: #212121. Windows color (decimal): -15062766 or 1190170. OLE color: 1190170.

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

Color convert

RGB264118-
CMYK0.3700.560.84
HSL99.13º38.98%11.57%-
HSV(B)99.13º56.1%16.08%-
XYZ1.331.850.86-
YUV33.89119.03122.37-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 30.59%
GREEN value IS 41 (16.41% from 255) = 48.24%
BLUE value IS 18 (7.42% from 255) = 21.18%
R=30.59%
G=48.24%
B=21.18%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2641180.3700.560.8499.1338.9811.57
Hex1A291225038546327c
Octal325122450701241434714
Binary11010101001100101001010111000101010011000111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,41,18); }

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

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

 a { background-color: rgb(26,41,18); }

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

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

 span { border-color: rgb(26,41,18); }

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