#142507

Color #142507 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #142507

Tints of Pine Tree #142507

Color information

#142507 (or 0x142507) is unknown color: approx Pine Tree. HEX triplet: 14, 25 and 07. RGB value is (20,37,7). Sum of RGB (Red+Green+Blue) = 20+37+7=64 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.25% from 64); Green value is 37 (14.84% from 255 or 57.81% from 64); Blue value is 7 (3.12% from 255 or 10.94% from 64); Max value from RGB is 37 - color contains mainly: green. Hex color #142507 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142507 is #EBDAF8. Grayscale: #1C1C1C. Windows color (decimal): -15457017 or 468244. OLE color: 468244.

HSL color Cylindrical-coordinate representation of color #142507: hue angle of 94º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #142507 is Cyan = 0.46, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.85.

Color convert

RGB20377-
CMYK0.4600.810.85
HSL94º68.18%8.63%-
HSV(B)94º81.08%14.51%-
XYZ0.991.490.44-
YUV28.5115.87121.94-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 31.25%
GREEN value IS 37 (14.84% from 255) = 57.81%
BLUE value IS 7 (3.12% from 255) = 10.94%
R=31.25%
G=57.81%
B=10.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal203770.4600.810.859468.188.63
Hex142572E051555e449
Octal2445756012112513610411
Binary10100100101111101110010100011010101101111010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142507; }

 p { color: rgb(20,37,7); }

 H1.HeaderClassName
 {
   color: #142507;
 }
 .AnyTagClassName
 {
   color: #142507;
 }
</style>
background-color css

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

 a { background-color: rgb(20,37,7); }

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

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

 span { border-color: rgb(20,37,7); }

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