Html Css Color HEX #142101 Pine Tree

📋 copy color: '#142101'

red 20 ◦ green 33 ◦ blue 1

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

Shades of Pine Tree #142101

Tints of Pine Tree #142101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.85%

R = 37.04%
G = 61.11%
B = 1.85%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.97

 K value IS 0.87

RGB Variations

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

Color information

#142101 (or 0x142101) is known color: Pine Tree. HEX triplet: 14, 21 and 01. RGB value is (20,33,1). Sum of RGB (Red+Green+Blue) = 20+33+1=54 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.04% from 54); Green value is 33 (13.28% from 255 or 61.11% from 54); Blue value is 1 (0.78% from 255 or 1.85% from 54); Max value from RGB is 33 - color contains mainly: green. Hex color #142101 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142101 is #EBDEFE. Grayscale: #191919. Windows color (decimal): -15458047 or 74004. OLE color: 74004.

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

Color convert

RGB 20 33 1 -
CMYK 0.39 0 0.97 0.87
HSL 84.38º 0.94% 0.07% -
HSV(B) 84.38º 0.97% 0.13% -
XYZ 0.84 1.24 0.22 -
YUV 25.47 114.19 124.1 -
System Red Green Blue C M Y K H S L
Decimal 20 33 1 0.39 0 0.97 0.87 84.38 0.94 0.07
Hex 14 21 1 27 0 61 57 54 5E 7
Octal 24 41 1 47 0 141 127 124 136 7
Binary 10100 100001 1 100111 0 1100001 1010111 1010100 1011110 111

Color Harmonies of #142101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142101

Black with #142101

Text Example


Text Example

White with #142101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142101; }

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

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

background-color css

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

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

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

border-color css

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

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

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