Html Css Color HEX #142809 Pine Tree

📋 copy color: '#142809'

red 20 ◦ green 40 ◦ blue 9

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

Shades of Pine Tree #142809

Tints of Pine Tree #142809

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 13.04%

R = 28.99%
G = 57.97%
B = 13.04%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.78

 K value IS 0.84

RGB Variations

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

Color information

#142809 (or 0x142809) is known color: Pine Tree. HEX triplet: 14, 28 and 09. RGB value is (20,40,9). Sum of RGB (Red+Green+Blue) = 20+40+9=69 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.99% from 69); Green value is 40 (16.02% from 255 or 57.97% from 69); Blue value is 9 (3.91% from 255 or 13.04% from 69); Max value from RGB is 40 - color contains mainly: green. Hex color #142809 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142809 is #EBD7F6. Grayscale: #1E1E1E. Windows color (decimal): -15456247 or 600084. OLE color: 600084.

HSL color Cylindrical-coordinate representation of color #142809: hue angle of 98.71º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #142809 is Cyan = 0.5, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.84.

Color convert

RGB 20 40 9 -
CMYK 0.5 0 0.78 0.84
HSL 98.71º 0.63% 0.1% -
HSV(B) 98.71º 0.78% 0.16% -
XYZ 1.1 1.69 0.53 -
YUV 30.49 115.87 120.52 -
System Red Green Blue C M Y K H S L
Decimal 20 40 9 0.5 0 0.78 0.84 98.71 0.63 0.1
Hex 14 28 9 32 0 4E 54 63 3F A
Octal 24 50 11 62 0 116 124 143 77 12
Binary 10100 101000 1001 110010 0 1001110 1010100 1100011 111111 1010

Color Harmonies of #142809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142809

Black with #142809

Text Example


Text Example

White with #142809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142809; }

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

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

background-color css

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

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

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

border-color css

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

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

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