Html Css Color HEX #142200 Pine Tree

📋 copy color: '#142200'

red 20 ◦ green 34 ◦ blue 0

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

Shades of Pine Tree #142200

Tints of Pine Tree #142200

RGB

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

 GREEN value IS 34 (13.67% from 255) = 62.96%

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

R = 37.04%
G = 62.96%
B = 0%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 1

 K value IS 0.87

RGB Variations

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

Color information

#142200 (or 0x142200) is known color: Pine Tree. HEX triplet: 14, 22 and 00. RGB value is (20,34,0). Sum of RGB (Red+Green+Blue) = 20+34+0=54 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.04% from 54); Green value is 34 (13.67% from 255 or 62.96% from 54); Blue value is 0 (0.39% from 255 or 0% from 54); Max value from RGB is 34 - color contains mainly: green. Hex color #142200 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142200 is #EBDDFF. Grayscale: #1A1A1A. Windows color (decimal): -15457792 or 8724. OLE color: 8724.

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

Color convert

RGB 20 34 0 -
CMYK 0.41 0 1 0.87
HSL 84.71º 1% 0.07% -
HSV(B) 84.71º 1% 0.13% -
XYZ 0.86 1.29 0.2 -
YUV 25.94 113.36 123.76 -
System Red Green Blue C M Y K H S L
Decimal 20 34 0 0.41 0 1 0.87 84.71 1 0.07
Hex 14 22 0 29 0 64 57 55 64 7
Octal 24 42 0 51 0 144 127 125 144 7
Binary 10100 100010 0 101001 0 1100100 1010111 1010101 1100100 111

Color Harmonies of #142200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142200

Black with #142200

Text Example


Text Example

White with #142200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142200; }

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

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

background-color css

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

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

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

border-color css

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

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

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