Html Css Color HEX #1D2F12 Black Forest

📋 copy color: '#1D2F12'

red 29 ◦ green 47 ◦ blue 18

#1D2F12
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Forest #1D2F12

Tints of Black Forest #1D2F12

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 value IS 0.38

 M value IS 0

 Y value IS 0.62

 K value IS 0.82

RGB Variations

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

Color information

#1D2F12 (or 0x1D2F12) is known color: 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

RGB 29 47 18 -
CMYK 0.38 0 0.62 0.82
HSL 97.24º 0.45% 0.13% -
HSV(B) 97.24º 0.62% 0.18% -
XYZ 1.63 2.34 0.94 -
YUV 38.31 116.54 121.36 -
System Red Green Blue C M Y K H S L
Decimal 29 47 18 0.38 0 0.62 0.82 97.24 0.45 0.13
Hex 1D 2F 12 26 0 3E 52 61 2D D
Octal 35 57 22 46 0 76 122 141 55 15
Binary 11101 101111 10010 100110 0 111110 1010010 1100001 101101 1101

Color Harmonies of #1D2F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2F12

Black with #1D2F12

Text Example


Text Example

White with #1D2F12

Text Example


Text Example

HTML Codes & Css Web 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>