#141F07

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

Shades of Pine Tree #141F07

Tints of Pine Tree #141F07

Color information

#141F07 (or 0x141F07) is unknown color: approx Pine Tree. HEX triplet: 14, 1F and 07. RGB value is (20,31,7). Sum of RGB (Red+Green+Blue) = 20+31+7=58 (7% of max value = 765). Red value is 20 (8.20% from 255 or 34.48% from 58); Green value is 31 (12.5% from 255 or 53.45% from 58); Blue value is 7 (3.12% from 255 or 12.07% from 58); Max value from RGB is 31 - color contains mainly: green. Hex color #141F07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141F07 is #EBE0F8. Grayscale: #191919. Windows color (decimal): -15458553 or 466708. OLE color: 466708.

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

Color convert

RGB20317-
CMYK0.3500.770.88
HSL87.5º63.16%7.45%-
HSV(B)87.5º77.42%12.16%-
XYZ0.821.140.38-
YUV24.98117.86124.45-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 34.48%
GREEN value IS 31 (12.5% from 255) = 53.45%
BLUE value IS 7 (3.12% from 255) = 12.07%
R=34.48%
G=53.45%
B=12.07%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal203170.3500.770.8887.563.167.45
Hex141F72304D58583f7
Octal24377430115130130777
Binary10100111111111000110100110110110001011000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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