Html Css Color HEX #14210B Pine Tree

📋 copy color: '#14210B'

red 20 ◦ green 33 ◦ blue 11

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

Shades of Pine Tree #14210B

Tints of Pine Tree #14210B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 17.19%

R = 31.25%
G = 51.56%
B = 17.19%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.67

 K value IS 0.87

RGB Variations

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

Color information

#14210B (or 0x14210B) is known color: Pine Tree. HEX triplet: 14, 21 and 0B. RGB value is (20,33,11). Sum of RGB (Red+Green+Blue) = 20+33+11=64 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.25% from 64); Green value is 33 (13.28% from 255 or 51.56% from 64); Blue value is 11 (4.69% from 255 or 17.19% from 64); Max value from RGB is 33 - color contains mainly: green. Hex color #14210B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14210B is #EBDEF4. Grayscale: #1A1A1A. Windows color (decimal): -15458037 or 729364. OLE color: 729364.

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

Color convert

RGB 20 33 11 -
CMYK 0.39 0 0.67 0.87
HSL 95.45º 0.5% 0.09% -
HSV(B) 95.45º 0.67% 0.13% -
XYZ 0.89 1.26 0.51 -
YUV 26.61 119.19 123.29 -
System Red Green Blue C M Y K H S L
Decimal 20 33 11 0.39 0 0.67 0.87 95.45 0.5 0.09
Hex 14 21 B 27 0 43 57 5F 32 9
Octal 24 41 13 47 0 103 127 137 62 11
Binary 10100 100001 1011 100111 0 1000011 1010111 1011111 110010 1001

Color Harmonies of #14210B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14210B

Black with #14210B

Text Example


Text Example

White with #14210B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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