#131D00

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

Shades of Pine Tree #131D00

Tints of Pine Tree #131D00

Color information

#131D00 (or 0x131D00) is unknown color: approx Pine Tree. HEX triplet: 13, 1D and 00. RGB value is (19,29,0). Sum of RGB (Red+Green+Blue) = 19+29+0=48 (6% of max value = 765). Red value is 19 (7.81% from 255 or 39.58% from 48); Green value is 29 (11.72% from 255 or 60.42% from 48); Blue value is 0 (0.39% from 255 or 0% from 48); Max value from RGB is 29 - color contains mainly: green. Hex color #131D00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131D00 is #ECE2FF. Grayscale: #161616. Windows color (decimal): -15524608 or 7443. OLE color: 7443.

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

Color convert

RGB19290-
CMYK0.34010.89
HSL80.69º100%5.69%-
HSV(B)80.69º100%11.37%-
XYZ0.711.020.16-
YUV22.7115.19125.36-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 39.58%
GREEN value IS 29 (11.72% from 255) = 60.42%
BLUE value IS 0 (0.39% from 255) = 0%
R=39.58%
G=60.42%
B=0%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal192900.34010.8980.691005.69
Hex131D0220645951646
Octal233504201441311211446
Binary1001111101010001001100100101100110100011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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