Html Css Color HEX #14210D Pine Tree

📋 copy color: '#14210D'

red 20 ◦ green 33 ◦ blue 13

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

Shades of Pine Tree #14210D

Tints of Pine Tree #14210D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 50%

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

R = 30.3%
G = 50%
B = 19.7%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.61

 K value IS 0.87

RGB Variations

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

Color information

#14210D (or 0x14210D) is known color: Pine Tree. HEX triplet: 14, 21 and 0D. RGB value is (20,33,13). Sum of RGB (Red+Green+Blue) = 20+33+13=66 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.30% from 66); Green value is 33 (13.28% from 255 or 50% from 66); Blue value is 13 (5.47% from 255 or 19.70% from 66); Max value from RGB is 33 - color contains mainly: green. Hex color #14210D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14210D is #EBDEF2. Grayscale: #1A1A1A. Windows color (decimal): -15458035 or 860436. OLE color: 860436.

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

Color convert

RGB 20 33 13 -
CMYK 0.39 0 0.61 0.87
HSL 99º 0.43% 0.09% -
HSV(B) 99º 0.61% 0.13% -
XYZ 0.9 1.27 0.58 -
YUV 26.83 120.19 123.13 -
System Red Green Blue C M Y K H S L
Decimal 20 33 13 0.39 0 0.61 0.87 99 0.43 0.09
Hex 14 21 D 27 0 3D 57 63 2B 9
Octal 24 41 15 47 0 75 127 143 53 11
Binary 10100 100001 1101 100111 0 111101 1010111 1100011 101011 1001

Color Harmonies of #14210D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14210D

Black with #14210D

Text Example


Text Example

White with #14210D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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