Html Css Color HEX #141D0D Pine Tree

📋 copy color: '#141D0D'

red 20 ◦ green 29 ◦ blue 13

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

Shades of Pine Tree #141D0D

Tints of Pine Tree #141D0D

RGB

 RED value IS 20 (8.2% from 255) = 32.26%

 GREEN value IS 29 (11.72% from 255) = 46.77%

 BLUE value IS 13 (5.47% from 255) = 20.97%

R = 32.26%
G = 46.77%
B = 20.97%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.55

 K value IS 0.89

RGB Variations

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

Color information

#141D0D (or 0x141D0D) is known color: Pine Tree. HEX triplet: 14, 1D and 0D. RGB value is (20,29,13). Sum of RGB (Red+Green+Blue) = 20+29+13=62 (8% of max value = 765). Red value is 20 (8.20% from 255 or 32.26% from 62); Green value is 29 (11.72% from 255 or 46.77% from 62); Blue value is 13 (5.47% from 255 or 20.97% from 62); Max value from RGB is 29 - color contains mainly: green. Hex color #141D0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141D0D is #EBE2F2. Grayscale: #181818. Windows color (decimal): -15459059 or 859412. OLE color: 859412.

HSL color Cylindrical-coordinate representation of color #141D0D: hue angle of 93.75º degrees, saturation: 0.38, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #141D0D is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.89.

Color convert

RGB 20 29 13 -
CMYK 0.31 0 0.55 0.89
HSL 93.75º 0.38% 0.08% -
HSV(B) 93.75º 0.55% 0.11% -
XYZ 0.8 1.06 0.54 -
YUV 24.49 121.52 124.8 -
System Red Green Blue C M Y K H S L
Decimal 20 29 13 0.31 0 0.55 0.89 93.75 0.38 0.08
Hex 14 1D D 1F 0 37 59 5E 26 8
Octal 24 35 15 37 0 67 131 136 46 10
Binary 10100 11101 1101 11111 0 110111 1011001 1011110 100110 1000

Color Harmonies of #141D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141D0D

Black with #141D0D

Text Example


Text Example

White with #141D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141D0D; }

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

 H1.HeaderClassName
 {
   color: #141D0D;
 }
 .AnyTagClassName
 {
   color: #141D0D;
 }
</style>

background-color css

<style>
 a { background-color: #141D0D; }

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

 div.DivClassName
 {
   background-color: #141D0D;
 }
 .BgClassName
 {
   background-color: #141D0D;
 }
</style>

border-color css

<style>
 span { border-color: #141D0D; }

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

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