#142508

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

Shades of Pine Tree #142508

Tints of Pine Tree #142508

Color information

#142508 (or 0x142508) is unknown color: approx Pine Tree. HEX triplet: 14, 25 and 08. RGB value is (20,37,8). Sum of RGB (Red+Green+Blue) = 20+37+8=65 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.77% from 65); Green value is 37 (14.84% from 255 or 56.92% from 65); Blue value is 8 (3.52% from 255 or 12.31% from 65); Max value from RGB is 37 - color contains mainly: green. Hex color #142508 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142508 is #EBDAF7. Grayscale: #1C1C1C. Windows color (decimal): -15457016 or 533780. OLE color: 533780.

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

Color convert

RGB20378-
CMYK0.4600.780.85
HSL95.17º64.44%8.82%-
HSV(B)95.17º78.38%14.51%-
XYZ0.991.490.46-
YUV28.61116.37121.86-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 30.77%
GREEN value IS 37 (14.84% from 255) = 56.92%
BLUE value IS 8 (3.52% from 255) = 12.31%
R=30.77%
G=56.92%
B=12.31%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal203780.4600.780.8595.1764.448.82
Hex142582E04E555f409
Octal24451056011612513710011
Binary101001001011000101110010011101010101101111110000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142508; }

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

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

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

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

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

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

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

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