#141C07

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

Shades of Pine Tree #141C07

Tints of Pine Tree #141C07

Color information

#141C07 (or 0x141C07) is unknown color: approx Pine Tree. HEX triplet: 14, 1C and 07. RGB value is (20,28,7). Sum of RGB (Red+Green+Blue) = 20+28+7=55 (7% of max value = 765). Red value is 20 (8.20% from 255 or 36.36% from 55); Green value is 28 (11.33% from 255 or 50.91% from 55); Blue value is 7 (3.12% from 255 or 12.73% from 55); Max value from RGB is 28 - color contains mainly: green. Hex color #141C07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141C07 is #EBE3F8. Grayscale: #171717. Windows color (decimal): -15459321 or 465940. OLE color: 465940.

HSL color Cylindrical-coordinate representation of color #141C07: hue angle of 82.86º degrees, saturation: 0.6, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #141C07 is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.89.

Color convert

RGB20287-
CMYK0.2900.750.89
HSL82.86º60%6.86%-
HSV(B)82.86º75%10.98%-
XYZ0.740.990.35-
YUV23.21118.85125.71-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 36.36%
GREEN value IS 28 (11.33% from 255) = 50.91%
BLUE value IS 7 (3.12% from 255) = 12.73%
R=36.36%
G=50.91%
B=12.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal202870.2900.750.8982.86606.86
Hex141C71D04B59533c7
Octal24347350113131123747
Binary1010011100111111010100101110110011010011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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