#141F08

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

Shades of Pine Tree #141F08

Tints of Pine Tree #141F08

Color information

#141F08 (or 0x141F08) is unknown color: approx Pine Tree. HEX triplet: 14, 1F and 08. RGB value is (20,31,8). Sum of RGB (Red+Green+Blue) = 20+31+8=59 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.90% from 59); Green value is 31 (12.5% from 255 or 52.54% from 59); Blue value is 8 (3.52% from 255 or 13.56% from 59); Max value from RGB is 31 - color contains mainly: green. Hex color #141F08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141F08 is #EBE0F7. Grayscale: #191919. Windows color (decimal): -15458552 or 532244. OLE color: 532244.

HSL color Cylindrical-coordinate representation of color #141F08: hue angle of 88.7º degrees, saturation: 0.59, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #141F08 is Cyan = 0.35, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.88.

Color convert

RGB20318-
CMYK0.3500.740.88
HSL88.7º58.97%7.65%-
HSV(B)88.7º74.19%12.16%-
XYZ0.821.150.41-
YUV25.09118.36124.37-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 33.90%
GREEN value IS 31 (12.5% from 255) = 52.54%
BLUE value IS 8 (3.52% from 255) = 13.56%
R=33.90%
G=52.54%
B=13.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal203180.3500.740.8888.758.977.65
Hex141F82304A58593b8
Octal2437104301121301317310
Binary1010011111100010001101001010101100010110011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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