#141F03

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

Shades of Pine Tree #141F03

Tints of Pine Tree #141F03

Color information

#141F03 (or 0x141F03) is unknown color: approx Pine Tree. HEX triplet: 14, 1F and 03. RGB value is (20,31,3). Sum of RGB (Red+Green+Blue) = 20+31+3=54 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.04% from 54); Green value is 31 (12.5% from 255 or 57.41% from 54); Blue value is 3 (1.56% from 255 or 5.56% from 54); Max value from RGB is 31 - color contains mainly: green. Hex color #141F03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141F03 is #EBE0FC. Grayscale: #181818. Windows color (decimal): -15458557 or 204564. OLE color: 204564.

HSL color Cylindrical-coordinate representation of color #141F03: hue angle of 83.57º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #141F03 is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.88.

Color convert

RGB20313-
CMYK0.3500.900.88
HSL83.57º82.35%6.67%-
HSV(B)83.57º90.32%12.16%-
XYZ0.791.140.26-
YUV24.52115.86124.78-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 37.04%
GREEN value IS 31 (12.5% from 255) = 57.41%
BLUE value IS 3 (1.56% from 255) = 5.56%
R=37.04%
G=57.41%
B=5.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal203130.3500.900.8883.5782.356.67
Hex141F32305A5854527
Octal243734301321301241227
Binary10100111111110001101011010101100010101001010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,31,3); }

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

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

 a { background-color: rgb(20,31,3); }

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

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

 span { border-color: rgb(20,31,3); }

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