#141B00

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

Shades of Pine Tree #141B00

Tints of Pine Tree #141B00

Color information

#141B00 (or 0x141B00) is unknown color: approx Pine Tree. HEX triplet: 14, 1B and 00. RGB value is (20,27,0). Sum of RGB (Red+Green+Blue) = 20+27+0=47 (6% of max value = 765). Red value is 20 (8.20% from 255 or 42.55% from 47); Green value is 27 (10.94% from 255 or 57.45% from 47); Blue value is 0 (0.39% from 255 or 0% from 47); Max value from RGB is 27 - color contains mainly: green. Hex color #141B00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141B00 is #EBE4FF. Grayscale: #151515. Windows color (decimal): -15459584 or 6932. OLE color: 6932.

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

Color convert

RGB20270-
CMYK0.26010.89
HSL75.56º100%5.29%-
HSV(B)75.56º100%10.59%-
XYZ0.680.930.14-
YUV21.83115.68126.7-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 42.55%
GREEN value IS 27 (10.94% from 255) = 57.45%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.55%
G=57.45%
B=0%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal202700.26010.8975.561005.29
Hex141B01A064594c645
Octal243303201441311141445
Binary101001101101101001100100101100110011001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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