#1D3014

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

Shades of Black Forest #1D3014

Tints of Black Forest #1D3014

Color information

#1D3014 (or 0x1D3014) is unknown color: approx Black Forest. HEX triplet: 1D, 30 and 14. RGB value is (29,48,20). Sum of RGB (Red+Green+Blue) = 29+48+20=97 (12% of max value = 765). Red value is 29 (11.72% from 255 or 29.90% from 97); Green value is 48 (19.14% from 255 or 49.48% from 97); Blue value is 20 (8.20% from 255 or 20.62% from 97); Max value from RGB is 48 - color contains mainly: green. Hex color #1D3014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3014 is #E2CFEB. Grayscale: #272727. Windows color (decimal): -14864364 or 1323037. OLE color: 1323037.

HSL color Cylindrical-coordinate representation of color #1D3014: hue angle of 100.71º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1D3014 is Cyan = 0.40, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.81.

Color convert

RGB294820-
CMYK0.4000.580.81
HSL100.71º41.18%13.33%-
HSV(B)100.71º58.33%18.82%-
XYZ1.692.431.04-
YUV39.13117.21120.78-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 29.90%
GREEN value IS 48 (19.14% from 255) = 49.48%
BLUE value IS 20 (8.20% from 255) = 20.62%
R=29.90%
G=49.48%
B=20.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2948200.4000.580.81100.7141.1813.33
Hex1D30142803A516529d
Octal356024500721211455115
Binary11101110000101001010000111010101000111001011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,48,20); }

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

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

 a { background-color: rgb(29,48,20); }

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

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

 span { border-color: rgb(29,48,20); }

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