Html Css Color HEX #14200D Pine Tree

📋 copy color: '#14200D'

red 20 ◦ green 32 ◦ blue 13

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

Shades of Pine Tree #14200D

Tints of Pine Tree #14200D

RGB

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

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

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

R = 30.77%
G = 49.23%
B = 20%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.59

 K value IS 0.87

RGB Variations

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

Color information

#14200D (or 0x14200D) is known color: Pine Tree. HEX triplet: 14, 20 and 0D. RGB value is (20,32,13). Sum of RGB (Red+Green+Blue) = 20+32+13=65 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.77% from 65); Green value is 32 (12.89% from 255 or 49.23% from 65); Blue value is 13 (5.47% from 255 or 20% from 65); Max value from RGB is 32 - color contains mainly: green. Hex color #14200D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14200D is #EBDFF2. Grayscale: #1A1A1A. Windows color (decimal): -15458291 or 860180. OLE color: 860180.

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

Color convert

RGB 20 32 13 -
CMYK 0.37 0 0.59 0.87
HSL 97.89º 0.42% 0.09% -
HSV(B) 97.89º 0.59% 0.13% -
XYZ 0.88 1.21 0.57 -
YUV 26.25 120.52 123.54 -
System Red Green Blue C M Y K H S L
Decimal 20 32 13 0.37 0 0.59 0.87 97.89 0.42 0.09
Hex 14 20 D 25 0 3B 57 62 2A 9
Octal 24 40 15 45 0 73 127 142 52 11
Binary 10100 100000 1101 100101 0 111011 1010111 1100010 101010 1001

Color Harmonies of #14200D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14200D

Black with #14200D

Text Example


Text Example

White with #14200D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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