Html Css Color HEX #141D09 Pine Tree

📋 copy color: '#141D09'

red 20 ◦ green 29 ◦ blue 9

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

Shades of Pine Tree #141D09

Tints of Pine Tree #141D09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 15.52%

R = 34.48%
G = 50%
B = 15.52%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.69

 K value IS 0.89

RGB Variations

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

Color information

#141D09 (or 0x141D09) is known color: Pine Tree. HEX triplet: 14, 1D and 09. RGB value is (20,29,9). Sum of RGB (Red+Green+Blue) = 20+29+9=58 (7% of max value = 765). Red value is 20 (8.20% from 255 or 34.48% from 58); Green value is 29 (11.72% from 255 or 50% from 58); Blue value is 9 (3.91% from 255 or 15.52% from 58); Max value from RGB is 29 - color contains mainly: green. Hex color #141D09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141D09 is #EBE2F6. Grayscale: #181818. Windows color (decimal): -15459063 or 597268. OLE color: 597268.

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

Color convert

RGB 20 29 9 -
CMYK 0.31 0 0.69 0.89
HSL 87º 0.53% 0.07% -
HSV(B) 87º 0.69% 0.11% -
XYZ 0.78 1.05 0.42 -
YUV 24.03 119.52 125.13 -
System Red Green Blue C M Y K H S L
Decimal 20 29 9 0.31 0 0.69 0.89 87 0.53 0.07
Hex 14 1D 9 1F 0 45 59 57 35 7
Octal 24 35 11 37 0 105 131 127 65 7
Binary 10100 11101 1001 11111 0 1000101 1011001 1010111 110101 111

Color Harmonies of #141D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141D09

Black with #141D09

Text Example


Text Example

White with #141D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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