Html Css Color HEX #142000 Pine Tree

📋 copy color: '#142000'

red 20 ◦ green 32 ◦ blue 0

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

Shades of Pine Tree #142000

Tints of Pine Tree #142000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 38.46%
G = 61.54%
B = 0%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 1

 K value IS 0.87

RGB Variations

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

Color information

#142000 (or 0x142000) is known color: Pine Tree. HEX triplet: 14, 20 and 00. RGB value is (20,32,0). Sum of RGB (Red+Green+Blue) = 20+32+0=52 (6% of max value = 765). Red value is 20 (8.20% from 255 or 38.46% from 52); Green value is 32 (12.89% from 255 or 61.54% from 52); Blue value is 0 (0.39% from 255 or 0% from 52); Max value from RGB is 32 - color contains mainly: green. Hex color #142000 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142000 is #EBDFFF. Grayscale: #181818. Windows color (decimal): -15458304 or 8212. OLE color: 8212.

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

Color convert

RGB 20 32 0 -
CMYK 0.37 0 1 0.87
HSL 82.5º 1% 0.06% -
HSV(B) 82.5º 1% 0.13% -
XYZ 0.81 1.18 0.19 -
YUV 24.76 114.02 124.6 -
System Red Green Blue C M Y K H S L
Decimal 20 32 0 0.37 0 1 0.87 82.5 1 0.06
Hex 14 20 0 25 0 64 57 52 64 6
Octal 24 40 0 45 0 144 127 122 144 6
Binary 10100 100000 0 100101 0 1100100 1010111 1010010 1100100 110

Color Harmonies of #142000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142000

Black with #142000

Text Example


Text Example

White with #142000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142000; }

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

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

background-color css

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

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

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

border-color css

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

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

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