#131F04

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

Shades of Pine Tree #131F04

Tints of Pine Tree #131F04

Color information

#131F04 (or 0x131F04) is unknown color: approx Pine Tree. HEX triplet: 13, 1F and 04. RGB value is (19,31,4). Sum of RGB (Red+Green+Blue) = 19+31+4=54 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.19% from 54); Green value is 31 (12.5% from 255 or 57.41% from 54); Blue value is 4 (1.95% from 255 or 7.41% from 54); Max value from RGB is 31 - color contains mainly: green. Hex color #131F04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131F04 is #ECE0FB. Grayscale: #181818. Windows color (decimal): -15524092 or 270099. OLE color: 270099.

HSL color Cylindrical-coordinate representation of color #131F04: hue angle of 86.67º degrees, saturation: 0.77, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #131F04 is Cyan = 0.39, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.88.

Color convert

RGB19314-
CMYK0.3900.870.88
HSL86.67º77.14%6.86%-
HSV(B)86.67º87.1%12.16%-
XYZ0.781.130.29-
YUV24.33116.52124.2-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 35.19%
GREEN value IS 31 (12.5% from 255) = 57.41%
BLUE value IS 4 (1.95% from 255) = 7.41%
R=35.19%
G=57.41%
B=7.41%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal193140.3900.870.8886.6777.146.86
Hex131F42705758574d7
Octal233744701271301271157
Binary100111111110010011101010111101100010101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131F04; }

 p { color: rgb(19,31,4); }

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

<style>
 a { background-color: #131F04; }

 a { background-color: rgb(19,31,4); }

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

<style>
 span { border-color: #131F04; }

 span { border-color: rgb(19,31,4); }

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