Html Css Color HEX #142100 Pine Tree

📋 copy color: '#142100'

red 20 ◦ green 33 ◦ blue 0

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

Shades of Pine Tree #142100

Tints of Pine Tree #142100

RGB

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

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

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

R = 37.74%
G = 62.26%
B = 0%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 1

 K value IS 0.87

RGB Variations

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

Color information

#142100 (or 0x142100) is known color: Pine Tree. HEX triplet: 14, 21 and 00. RGB value is (20,33,0). Sum of RGB (Red+Green+Blue) = 20+33+0=53 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.74% from 53); Green value is 33 (13.28% from 255 or 62.26% from 53); Blue value is 0 (0.39% from 255 or 0% from 53); Max value from RGB is 33 - color contains mainly: green. Hex color #142100 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142100 is #EBDEFF. Grayscale: #191919. Windows color (decimal): -15458048 or 8468. OLE color: 8468.

HSL color Cylindrical-coordinate representation of color #142100: hue angle of 83.64º 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 #142100 is Cyan = 0.39, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.87.

Color convert

RGB 20 33 0 -
CMYK 0.39 0 1 0.87
HSL 83.64º 1% 0.06% -
HSV(B) 83.64º 1% 0.13% -
XYZ 0.83 1.24 0.19 -
YUV 25.35 113.69 124.18 -
System Red Green Blue C M Y K H S L
Decimal 20 33 0 0.39 0 1 0.87 83.64 1 0.06
Hex 14 21 0 27 0 64 57 54 64 6
Octal 24 41 0 47 0 144 127 124 144 6
Binary 10100 100001 0 100111 0 1100100 1010111 1010100 1100100 110

Color Harmonies of #142100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142100

Black with #142100

Text Example


Text Example

White with #142100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142100; }

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

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

background-color css

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

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

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

border-color css

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

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

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