Html Css Color HEX #142909 Pine Tree

📋 copy color: '#142909'

red 20 ◦ green 41 ◦ blue 9

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

Shades of Pine Tree #142909

Tints of Pine Tree #142909

RGB

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

 GREEN value IS 41 (16.41% from 255) = 58.57%

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

R = 28.57%
G = 58.57%
B = 12.86%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.78

 K value IS 0.84

RGB Variations

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

Color information

#142909 (or 0x142909) is known color: Pine Tree. HEX triplet: 14, 29 and 09. RGB value is (20,41,9). Sum of RGB (Red+Green+Blue) = 20+41+9=70 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.57% from 70); Green value is 41 (16.41% from 255 or 58.57% from 70); Blue value is 9 (3.91% from 255 or 12.86% from 70); Max value from RGB is 41 - color contains mainly: green. Hex color #142909 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142909 is #EBD6F6. Grayscale: #1F1F1F. Windows color (decimal): -15455991 or 600340. OLE color: 600340.

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

Color convert

RGB 20 41 9 -
CMYK 0.51 0 0.78 0.84
HSL 99.38º 0.64% 0.1% -
HSV(B) 99.38º 0.78% 0.16% -
XYZ 1.13 1.75 0.54 -
YUV 31.07 115.54 120.1 -
System Red Green Blue C M Y K H S L
Decimal 20 41 9 0.51 0 0.78 0.84 99.38 0.64 0.1
Hex 14 29 9 33 0 4E 54 63 40 A
Octal 24 51 11 63 0 116 124 143 100 12
Binary 10100 101001 1001 110011 0 1001110 1010100 1100011 1000000 1010

Color Harmonies of #142909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142909

Black with #142909

Text Example


Text Example

White with #142909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142909; }

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

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

background-color css

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

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

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

border-color css

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

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

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