#141D08

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

Shades of Pine Tree #141D08

Tints of Pine Tree #141D08

Color information

#141D08 (or 0x141D08) is unknown color: approx Pine Tree. HEX triplet: 14, 1D and 08. RGB value is (20,29,8). Sum of RGB (Red+Green+Blue) = 20+29+8=57 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.09% from 57); Green value is 29 (11.72% from 255 or 50.88% from 57); Blue value is 8 (3.52% from 255 or 14.04% from 57); Max value from RGB is 29 - color contains mainly: green. Hex color #141D08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141D08 is #EBE2F7. Grayscale: #171717. Windows color (decimal): -15459064 or 531732. OLE color: 531732.

HSL color Cylindrical-coordinate representation of color #141D08: hue angle of 85.71º degrees, saturation: 0.57, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #141D08 is Cyan = 0.31, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.89.

Color convert

RGB20298-
CMYK0.3100.720.89
HSL85.71º56.76%7.25%-
HSV(B)85.71º72.41%11.37%-
XYZ0.771.040.39-
YUV23.92119.02125.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 35.09%
GREEN value IS 29 (11.72% from 255) = 50.88%
BLUE value IS 8 (3.52% from 255) = 14.04%
R=35.09%
G=50.88%
B=14.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal202980.3100.720.8985.7156.767.25
Hex141D81F0485956397
Octal243510370110131126717
Binary10100111011000111110100100010110011010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141D08; }

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

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

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

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

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

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

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

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