#141B06

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

Shades of Pine Tree #141B06

Tints of Pine Tree #141B06

Color information

#141B06 (or 0x141B06) is unknown color: approx Pine Tree. HEX triplet: 14, 1B and 06. RGB value is (20,27,6). Sum of RGB (Red+Green+Blue) = 20+27+6=53 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.74% from 53); Green value is 27 (10.94% from 255 or 50.94% from 53); Blue value is 6 (2.73% from 255 or 11.32% from 53); Max value from RGB is 27 - color contains mainly: green. Hex color #141B06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141B06 is #EBE4F9. Grayscale: #161616. Windows color (decimal): -15459578 or 400148. OLE color: 400148.

HSL color Cylindrical-coordinate representation of color #141B06: hue angle of 80º degrees, saturation: 0.64, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #141B06 is Cyan = 0.26, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.89.

Color convert

RGB20276-
CMYK0.2600.780.89
HSL80º63.64%6.47%-
HSV(B)80º77.78%10.59%-
XYZ0.710.950.32-
YUV22.51118.68126.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 37.74%
GREEN value IS 27 (10.94% from 255) = 50.94%
BLUE value IS 6 (2.73% from 255) = 11.32%
R=37.74%
G=50.94%
B=11.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal202760.2600.780.898063.646.47
Hex141B61A04E5950406
Octal243363201161311201006
Binary10100110111101101001001110101100110100001000000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,27,6); }

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

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

 a { background-color: rgb(20,27,6); }

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

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

 span { border-color: rgb(20,27,6); }

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