Html Css Color HEX #142006 Pine Tree

📋 copy color: '#142006'

red 20 ◦ green 32 ◦ blue 6

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

Shades of Pine Tree #142006

Tints of Pine Tree #142006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 10.34%

R = 34.48%
G = 55.17%
B = 10.34%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.81

 K value IS 0.87

RGB Variations

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

Color information

#142006 (or 0x142006) is known color: Pine Tree. HEX triplet: 14, 20 and 06. RGB value is (20,32,6). Sum of RGB (Red+Green+Blue) = 20+32+6=58 (7% of max value = 765). Red value is 20 (8.20% from 255 or 34.48% from 58); Green value is 32 (12.89% from 255 or 55.17% from 58); Blue value is 6 (2.73% from 255 or 10.34% from 58); Max value from RGB is 32 - color contains mainly: green. Hex color #142006 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142006 is #EBDFF9. Grayscale: #191919. Windows color (decimal): -15458298 or 401428. OLE color: 401428.

HSL color Cylindrical-coordinate representation of color #142006: hue angle of 87.69º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #142006 is Cyan = 0.37, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.87.

Color convert

RGB 20 32 6 -
CMYK 0.37 0 0.81 0.87
HSL 87.69º 0.68% 0.07% -
HSV(B) 87.69º 0.81% 0.13% -
XYZ 0.84 1.19 0.36 -
YUV 25.45 117.02 124.11 -
System Red Green Blue C M Y K H S L
Decimal 20 32 6 0.37 0 0.81 0.87 87.69 0.68 0.07
Hex 14 20 6 25 0 51 57 58 44 7
Octal 24 40 6 45 0 121 127 130 104 7
Binary 10100 100000 110 100101 0 1010001 1010111 1011000 1000100 111

Color Harmonies of #142006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142006

Black with #142006

Text Example


Text Example

White with #142006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142006; }

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

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

background-color css

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

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

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

border-color css

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

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

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