Html Css Color HEX #143101 Pine Tree

📋 copy color: '#143101'

red 20 ◦ green 49 ◦ blue 1

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

Shades of Pine Tree #143101

Tints of Pine Tree #143101

RGB

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

 GREEN value IS 49 (19.53% from 255) = 70%

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

R = 28.57%
G = 70%
B = 1.43%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.98

 K value IS 0.81

RGB Variations

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

Color information

#143101 (or 0x143101) is known color: Pine Tree. HEX triplet: 14, 31 and 01. RGB value is (20,49,1). Sum of RGB (Red+Green+Blue) = 20+49+1=70 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.57% from 70); Green value is 49 (19.53% from 255 or 70% from 70); Blue value is 1 (0.78% from 255 or 1.43% from 70); Max value from RGB is 49 - color contains mainly: green. Hex color #143101 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143101 is #EBCEFE. Grayscale: #232323. Windows color (decimal): -15453951 or 78100. OLE color: 78100.

HSL color Cylindrical-coordinate representation of color #143101: hue angle of 96.25º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #143101 is Cyan = 0.59, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.81.

Color convert

RGB 20 49 1 -
CMYK 0.59 0 0.98 0.81
HSL 96.25º 0.96% 0.1% -
HSV(B) 96.25º 0.98% 0.19% -
XYZ 1.39 2.35 0.41 -
YUV 34.86 108.89 117.4 -
System Red Green Blue C M Y K H S L
Decimal 20 49 1 0.59 0 0.98 0.81 96.25 0.96 0.1
Hex 14 31 1 3B 0 62 51 60 60 A
Octal 24 61 1 73 0 142 121 140 140 12
Binary 10100 110001 1 111011 0 1100010 1010001 1100000 1100000 1010

Color Harmonies of #143101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143101

Black with #143101

Text Example


Text Example

White with #143101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143101; }

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

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

background-color css

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

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

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

border-color css

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

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

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