Html Css Color HEX #142601 Pine Tree

📋 copy color: '#142601'

red 20 ◦ green 38 ◦ blue 1

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

Shades of Pine Tree #142601

Tints of Pine Tree #142601

RGB

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

 GREEN value IS 38 (15.23% from 255) = 64.41%

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

R = 33.9%
G = 64.41%
B = 1.69%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.97

 K value IS 0.85

RGB Variations

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

Color information

#142601 (or 0x142601) is known color: Pine Tree. HEX triplet: 14, 26 and 01. RGB value is (20,38,1). Sum of RGB (Red+Green+Blue) = 20+38+1=59 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.90% from 59); Green value is 38 (15.23% from 255 or 64.41% from 59); Blue value is 1 (0.78% from 255 or 1.69% from 59); Max value from RGB is 38 - color contains mainly: green. Hex color #142601 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142601 is #EBD9FE. Grayscale: #1C1C1C. Windows color (decimal): -15456767 or 75284. OLE color: 75284.

HSL color Cylindrical-coordinate representation of color #142601: hue angle of 89.19º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #142601 is Cyan = 0.47, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.85.

Color convert

RGB 20 38 1 -
CMYK 0.47 0 0.97 0.85
HSL 89.19º 0.95% 0.08% -
HSV(B) 89.19º 0.97% 0.15% -
XYZ 0.99 1.54 0.27 -
YUV 28.4 112.54 122.01 -
System Red Green Blue C M Y K H S L
Decimal 20 38 1 0.47 0 0.97 0.85 89.19 0.95 0.08
Hex 14 26 1 2F 0 61 55 59 5F 8
Octal 24 46 1 57 0 141 125 131 137 10
Binary 10100 100110 1 101111 0 1100001 1010101 1011001 1011111 1000

Color Harmonies of #142601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142601

Black with #142601

Text Example


Text Example

White with #142601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142601; }

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

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

background-color css

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

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

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

border-color css

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

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

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