Html Css Color HEX #141B0C Pine Tree

📋 copy color: '#141B0C'

red 20 ◦ green 27 ◦ blue 12

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

Shades of Pine Tree #141B0C

Tints of Pine Tree #141B0C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 45.76%

 BLUE value IS 12 (5.08% from 255) = 20.34%

R = 33.9%
G = 45.76%
B = 20.34%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.56

 K value IS 0.89

RGB Variations

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

Color information

#141B0C (or 0x141B0C) is known color: Pine Tree. HEX triplet: 14, 1B and 0C. RGB value is (20,27,12). Sum of RGB (Red+Green+Blue) = 20+27+12=59 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.90% from 59); Green value is 27 (10.94% from 255 or 45.76% from 59); Blue value is 12 (5.08% from 255 or 20.34% from 59); Max value from RGB is 27 - color contains mainly: green. Hex color #141B0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141B0C is #EBE4F3. Grayscale: #171717. Windows color (decimal): -15459572 or 793364. OLE color: 793364.

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

Color convert

RGB 20 27 12 -
CMYK 0.26 0 0.56 0.89
HSL 88º 0.38% 0.08% -
HSV(B) 88º 0.56% 0.11% -
XYZ 0.75 0.96 0.49 -
YUV 23.2 121.68 125.72 -
System Red Green Blue C M Y K H S L
Decimal 20 27 12 0.26 0 0.56 0.89 88 0.38 0.08
Hex 14 1B C 1A 0 38 59 58 26 8
Octal 24 33 14 32 0 70 131 130 46 10
Binary 10100 11011 1100 11010 0 111000 1011001 1011000 100110 1000

Color Harmonies of #141B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141B0C

Black with #141B0C

Text Example


Text Example

White with #141B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,27,12); }

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

background-color css

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

 a { background-color: rgb(20,27,12); }

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

border-color css

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

 span { border-color: rgb(20,27,12); }

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