#141A04

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

Shades of Pine Tree #141A04

Tints of Pine Tree #141A04

Color information

#141A04 (or 0x141A04) is unknown color: approx Pine Tree. HEX triplet: 14, 1A and 04. RGB value is (20,26,4). Sum of RGB (Red+Green+Blue) = 20+26+4=50 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40% from 50); Green value is 26 (10.55% from 255 or 52% from 50); Blue value is 4 (1.95% from 255 or 8% from 50); Max value from RGB is 26 - color contains mainly: green. Hex color #141A04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141A04 is #EBE5FB. Grayscale: #151515. Windows color (decimal): -15459836 or 268820. OLE color: 268820.

HSL color Cylindrical-coordinate representation of color #141A04: hue angle of 76.36º degrees, saturation: 0.73, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #141A04 is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.90.

Color convert

RGB20264-
CMYK0.2300.850.90
HSL76.36º73.33%5.88%-
HSV(B)76.36º84.62%10.2%-
XYZ0.680.90.25-
YUV21.7118.01126.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 40%
GREEN value IS 26 (10.55% from 255) = 52%
BLUE value IS 4 (1.95% from 255) = 8%
R=40%
G=52%
B=8%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal202640.2300.850.9076.3673.335.88
Hex141A4170555A4c496
Octal243242701251321141116
Binary10100110101001011101010101101101010011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,26,4); }

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

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

 a { background-color: rgb(20,26,4); }

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

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

 span { border-color: rgb(20,26,4); }

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