Html Css Color HEX #142600 Pine Tree

📋 copy color: '#142600'

red 20 ◦ green 38 ◦ blue 0

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

Shades of Pine Tree #142600

Tints of Pine Tree #142600

RGB

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

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

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

R = 34.48%
G = 65.52%
B = 0%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#142600 (or 0x142600) is known color: Pine Tree. HEX triplet: 14, 26 and 00. RGB value is (20,38,0). Sum of RGB (Red+Green+Blue) = 20+38+0=58 (7% of max value = 765). Red value is 20 (8.20% from 255 or 34.48% from 58); Green value is 38 (15.23% from 255 or 65.52% from 58); Blue value is 0 (0.39% from 255 or 0% from 58); Max value from RGB is 38 - color contains mainly: green. Hex color #142600 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142600 is #EBD9FF. Grayscale: #1C1C1C. Windows color (decimal): -15456768 or 9748. OLE color: 9748.

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

Color convert

RGB 20 38 0 -
CMYK 0.47 0 1 0.85
HSL 88.42º 1% 0.07% -
HSV(B) 88.42º 1% 0.15% -
XYZ 0.98 1.53 0.24 -
YUV 28.29 112.04 122.09 -
System Red Green Blue C M Y K H S L
Decimal 20 38 0 0.47 0 1 0.85 88.42 1 0.07
Hex 14 26 0 2F 0 64 55 58 64 7
Octal 24 46 0 57 0 144 125 130 144 7
Binary 10100 100110 0 101111 0 1100100 1010101 1011000 1100100 111

Color Harmonies of #142600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142600

Black with #142600

Text Example


Text Example

White with #142600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142600; }

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

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

background-color css

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

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

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

border-color css

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

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

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