Html Css Color HEX #142801 Pine Tree

📋 copy color: '#142801'

red 20 ◦ green 40 ◦ blue 1

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

Shades of Pine Tree #142801

Tints of Pine Tree #142801

RGB

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

 GREEN value IS 40 (16.02% from 255) = 65.57%

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

R = 32.79%
G = 65.57%
B = 1.64%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.98

 K value IS 0.84

RGB Variations

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

Color information

#142801 (or 0x142801) is known color: Pine Tree. HEX triplet: 14, 28 and 01. RGB value is (20,40,1). Sum of RGB (Red+Green+Blue) = 20+40+1=61 (8% of max value = 765). Red value is 20 (8.20% from 255 or 32.79% from 61); Green value is 40 (16.02% from 255 or 65.57% from 61); Blue value is 1 (0.78% from 255 or 1.64% from 61); Max value from RGB is 40 - color contains mainly: green. Hex color #142801 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142801 is #EBD7FE. Grayscale: #1D1D1D. Windows color (decimal): -15456255 or 75796. OLE color: 75796.

HSL color Cylindrical-coordinate representation of color #142801: hue angle of 90.77º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #142801 is Cyan = 0.5, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.84.

Color convert

RGB 20 40 1 -
CMYK 0.5 0 0.98 0.84
HSL 90.77º 0.95% 0.08% -
HSV(B) 90.77º 0.98% 0.16% -
XYZ 1.05 1.67 0.3 -
YUV 29.57 111.87 121.17 -
System Red Green Blue C M Y K H S L
Decimal 20 40 1 0.5 0 0.98 0.84 90.77 0.95 0.08
Hex 14 28 1 32 0 62 54 5B 5F 8
Octal 24 50 1 62 0 142 124 133 137 10
Binary 10100 101000 1 110010 0 1100010 1010100 1011011 1011111 1000

Color Harmonies of #142801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142801

Black with #142801

Text Example


Text Example

White with #142801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142801; }

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

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

background-color css

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

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

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

border-color css

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

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

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