#1D2F12

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

Shades of Black Forest #1D2F12

Tints of Black Forest #1D2F12

Color information

#1D2F12 (or 0x1D2F12) is unknown color: approx Black Forest. HEX triplet: 1D, 2F and 12. RGB value is (29,47,18). Sum of RGB (Red+Green+Blue) = 29+47+18=94 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.85% from 94); Green value is 47 (18.75% from 255 or 50% from 94); Blue value is 18 (7.42% from 255 or 19.15% from 94); Max value from RGB is 47 - color contains mainly: green. Hex color #1D2F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2F12 is #E2D0ED. Grayscale: #262626. Windows color (decimal): -14864622 or 1191709. OLE color: 1191709.

HSL color Cylindrical-coordinate representation of color #1D2F12: hue angle of 97.24º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1D2F12 is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.82.

Color convert

RGB294718-
CMYK0.3800.620.82
HSL97.24º44.62%12.75%-
HSV(B)97.24º61.7%18.43%-
XYZ1.632.340.94-
YUV38.31116.54121.36-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 30.85%
GREEN value IS 47 (18.75% from 255) = 50%
BLUE value IS 18 (7.42% from 255) = 19.15%
R=30.85%
G=50%
B=19.15%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2947180.3800.620.8297.2444.6212.75
Hex1D2F122603E52612dd
Octal355722460761221415515
Binary11101101111100101001100111110101001011000011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,47,18); }

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

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

 a { background-color: rgb(29,47,18); }

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

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

 span { border-color: rgb(29,47,18); }

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