Html Css Color HEX #142001 Pine Tree

📋 copy color: '#142001'

red 20 ◦ green 32 ◦ blue 1

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

Shades of Pine Tree #142001

Tints of Pine Tree #142001

RGB

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

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

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

R = 37.74%
G = 60.38%
B = 1.89%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.97

 K value IS 0.87

RGB Variations

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

Color information

#142001 (or 0x142001) is known color: Pine Tree. HEX triplet: 14, 20 and 01. RGB value is (20,32,1). Sum of RGB (Red+Green+Blue) = 20+32+1=53 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.74% from 53); Green value is 32 (12.89% from 255 or 60.38% from 53); Blue value is 1 (0.78% from 255 or 1.89% from 53); Max value from RGB is 32 - color contains mainly: green. Hex color #142001 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142001 is #EBDFFE. Grayscale: #181818. Windows color (decimal): -15458303 or 73748. OLE color: 73748.

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

Color convert

RGB 20 32 1 -
CMYK 0.37 0 0.97 0.87
HSL 83.23º 0.94% 0.06% -
HSV(B) 83.23º 0.97% 0.13% -
XYZ 0.81 1.18 0.21 -
YUV 24.88 114.52 124.52 -
System Red Green Blue C M Y K H S L
Decimal 20 32 1 0.37 0 0.97 0.87 83.23 0.94 0.06
Hex 14 20 1 25 0 61 57 53 5E 6
Octal 24 40 1 45 0 141 127 123 136 6
Binary 10100 100000 1 100101 0 1100001 1010111 1010011 1011110 110

Color Harmonies of #142001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142001

Black with #142001

Text Example


Text Example

White with #142001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142001; }

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

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

background-color css

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

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

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

border-color css

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

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

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