#131D04

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

Shades of Pine Tree #131D04

Tints of Pine Tree #131D04

Color information

#131D04 (or 0x131D04) is unknown color: approx Pine Tree. HEX triplet: 13, 1D and 04. RGB value is (19,29,4). Sum of RGB (Red+Green+Blue) = 19+29+4=52 (6% of max value = 765). Red value is 19 (7.81% from 255 or 36.54% from 52); Green value is 29 (11.72% from 255 or 55.77% from 52); Blue value is 4 (1.95% from 255 or 7.69% from 52); Max value from RGB is 29 - color contains mainly: green. Hex color #131D04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131D04 is #ECE2FB. Grayscale: #171717. Windows color (decimal): -15524604 or 269587. OLE color: 269587.

HSL color Cylindrical-coordinate representation of color #131D04: hue angle of 84º degrees, saturation: 0.76, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #131D04 is Cyan = 0.34, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.89.

Color convert

RGB19294-
CMYK0.3400.860.89
HSL84º75.76%6.47%-
HSV(B)84º86.21%11.37%-
XYZ0.731.030.27-
YUV23.16117.19125.03-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 36.54%
GREEN value IS 29 (11.72% from 255) = 55.77%
BLUE value IS 4 (1.95% from 255) = 7.69%
R=36.54%
G=55.77%
B=7.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal192940.3400.860.898475.766.47
Hex131D42205659544c6
Octal233544201261311241146
Binary100111110110010001001010110101100110101001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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