Html Css Color HEX #142106 Pine Tree

📋 copy color: '#142106'

red 20 ◦ green 33 ◦ blue 6

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

Shades of Pine Tree #142106

Tints of Pine Tree #142106

RGB

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

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

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

R = 33.9%
G = 55.93%
B = 10.17%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.82

 K value IS 0.87

RGB Variations

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

Color information

#142106 (or 0x142106) is known color: Pine Tree. HEX triplet: 14, 21 and 06. RGB value is (20,33,6). Sum of RGB (Red+Green+Blue) = 20+33+6=59 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.90% from 59); Green value is 33 (13.28% from 255 or 55.93% from 59); Blue value is 6 (2.73% from 255 or 10.17% from 59); Max value from RGB is 33 - color contains mainly: green. Hex color #142106 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142106 is #EBDEF9. Grayscale: #1A1A1A. Windows color (decimal): -15458042 or 401684. OLE color: 401684.

HSL color Cylindrical-coordinate representation of color #142106: hue angle of 88.89º degrees, saturation: 0.69, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #142106 is Cyan = 0.39, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.87.

Color convert

RGB 20 33 6 -
CMYK 0.39 0 0.82 0.87
HSL 88.89º 0.69% 0.08% -
HSV(B) 88.89º 0.82% 0.13% -
XYZ 0.87 1.25 0.37 -
YUV 26.04 116.69 123.7 -
System Red Green Blue C M Y K H S L
Decimal 20 33 6 0.39 0 0.82 0.87 88.89 0.69 0.08
Hex 14 21 6 27 0 52 57 59 45 8
Octal 24 41 6 47 0 122 127 131 105 10
Binary 10100 100001 110 100111 0 1010010 1010111 1011001 1000101 1000

Color Harmonies of #142106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142106

Black with #142106

Text Example


Text Example

White with #142106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142106; }

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

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

background-color css

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

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

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

border-color css

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

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

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