Html Css Color HEX #142009 Pine Tree

📋 copy color: '#142009'

red 20 ◦ green 32 ◦ blue 9

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

Shades of Pine Tree #142009

Tints of Pine Tree #142009

RGB

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

 GREEN value IS 32 (12.89% from 255) = 52.46%

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

R = 32.79%
G = 52.46%
B = 14.75%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.72

 K value IS 0.87

RGB Variations

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

Color information

#142009 (or 0x142009) is known color: Pine Tree. HEX triplet: 14, 20 and 09. RGB value is (20,32,9). Sum of RGB (Red+Green+Blue) = 20+32+9=61 (8% of max value = 765). Red value is 20 (8.20% from 255 or 32.79% from 61); Green value is 32 (12.89% from 255 or 52.46% from 61); Blue value is 9 (3.91% from 255 or 14.75% from 61); Max value from RGB is 32 - color contains mainly: green. Hex color #142009 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142009 is #EBDFF6. Grayscale: #191919. Windows color (decimal): -15458295 or 598036. OLE color: 598036.

HSL color Cylindrical-coordinate representation of color #142009: hue angle of 91.3º degrees, saturation: 0.56, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #142009 is Cyan = 0.37, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.87.

Color convert

RGB 20 32 9 -
CMYK 0.37 0 0.72 0.87
HSL 91.3º 0.56% 0.08% -
HSV(B) 91.3º 0.72% 0.13% -
XYZ 0.85 1.2 0.45 -
YUV 25.79 118.52 123.87 -
System Red Green Blue C M Y K H S L
Decimal 20 32 9 0.37 0 0.72 0.87 91.3 0.56 0.08
Hex 14 20 9 25 0 48 57 5B 38 8
Octal 24 40 11 45 0 110 127 133 70 10
Binary 10100 100000 1001 100101 0 1001000 1010111 1011011 111000 1000

Color Harmonies of #142009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142009

Black with #142009

Text Example


Text Example

White with #142009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142009; }

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

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

background-color css

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

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

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

border-color css

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

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

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