#141E02

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

Shades of Pine Tree #141E02

Tints of Pine Tree #141E02

Color information

#141E02 (or 0x141E02) is unknown color: approx Pine Tree. HEX triplet: 14, 1E and 02. RGB value is (20,30,2). Sum of RGB (Red+Green+Blue) = 20+30+2=52 (6% of max value = 765). Red value is 20 (8.20% from 255 or 38.46% from 52); Green value is 30 (12.11% from 255 or 57.69% from 52); Blue value is 2 (1.17% from 255 or 3.85% from 52); Max value from RGB is 30 - color contains mainly: green. Hex color #141E02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141E02 is #EBE1FD. Grayscale: #171717. Windows color (decimal): -15458814 or 138772. OLE color: 138772.

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

Color convert

RGB20302-
CMYK0.3300.930.88
HSL81.43º87.5%6.27%-
HSV(B)81.43º93.33%11.76%-
XYZ0.761.080.23-
YUV23.82115.69125.28-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 38.46%
GREEN value IS 30 (12.11% from 255) = 57.69%
BLUE value IS 2 (1.17% from 255) = 3.85%
R=38.46%
G=57.69%
B=3.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal203020.3300.930.8881.4387.56.27
Hex141E22105D5851586
Octal243624101351301211306
Binary10100111101010000101011101101100010100011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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