Html Css Color HEX #14200C Pine Tree

📋 copy color: '#14200C'

red 20 ◦ green 32 ◦ blue 12

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

Shades of Pine Tree #14200C

Tints of Pine Tree #14200C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 50%

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

R = 31.25%
G = 50%
B = 18.75%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.63

 K value IS 0.87

RGB Variations

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

Color information

#14200C (or 0x14200C) is known color: Pine Tree. HEX triplet: 14, 20 and 0C. RGB value is (20,32,12). Sum of RGB (Red+Green+Blue) = 20+32+12=64 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.25% from 64); Green value is 32 (12.89% from 255 or 50% from 64); Blue value is 12 (5.08% from 255 or 18.75% from 64); Max value from RGB is 32 - color contains mainly: green. Hex color #14200C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14200C is #EBDFF3. Grayscale: #1A1A1A. Windows color (decimal): -15458292 or 794644. OLE color: 794644.

HSL color Cylindrical-coordinate representation of color #14200C: hue angle of 96º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #14200C is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.87.

Color convert

RGB 20 32 12 -
CMYK 0.37 0 0.63 0.87
HSL 96º 0.45% 0.09% -
HSV(B) 96º 0.63% 0.13% -
XYZ 0.87 1.21 0.54 -
YUV 26.13 120.02 123.63 -
System Red Green Blue C M Y K H S L
Decimal 20 32 12 0.37 0 0.63 0.87 96 0.45 0.09
Hex 14 20 C 25 0 3F 57 60 2D 9
Octal 24 40 14 45 0 77 127 140 55 11
Binary 10100 100000 1100 100101 0 111111 1010111 1100000 101101 1001

Color Harmonies of #14200C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14200C

Black with #14200C

Text Example


Text Example

White with #14200C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14200C; }

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

 H1.HeaderClassName
 {
   color: #14200C;
 }
 .AnyTagClassName
 {
   color: #14200C;
 }
</style>

background-color css

<style>
 a { background-color: #14200C; }

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

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

border-color css

<style>
 span { border-color: #14200C; }

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

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