#141E06

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

Shades of Pine Tree #141E06

Tints of Pine Tree #141E06

Color information

#141E06 (or 0x141E06) is unknown color: approx Pine Tree. HEX triplet: 14, 1E and 06. RGB value is (20,30,6). Sum of RGB (Red+Green+Blue) = 20+30+6=56 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.71% from 56); Green value is 30 (12.11% from 255 or 53.57% from 56); Blue value is 6 (2.73% from 255 or 10.71% from 56); Max value from RGB is 30 - color contains mainly: green. Hex color #141E06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141E06 is #EBE1F9. Grayscale: #181818. Windows color (decimal): -15458810 or 400916. OLE color: 400916.

HSL color Cylindrical-coordinate representation of color #141E06: hue angle of 85º degrees, saturation: 0.67, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #141E06 is Cyan = 0.33, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.88.

Color convert

RGB20306-
CMYK0.3300.800.88
HSL85º66.67%7.06%-
HSV(B)85º80%11.76%-
XYZ0.791.090.34-
YUV24.27117.69124.95-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 35.71%
GREEN value IS 30 (12.11% from 255) = 53.57%
BLUE value IS 6 (2.73% from 255) = 10.71%
R=35.71%
G=53.57%
B=10.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal203060.3300.800.888566.677.06
Hex141E6210505855437
Octal243664101201301251037
Binary101001111011010000101010000101100010101011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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