#131B02

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

Shades of Pine Tree #131B02

Tints of Pine Tree #131B02

Color information

#131B02 (or 0x131B02) is unknown color: approx Pine Tree. HEX triplet: 13, 1B and 02. RGB value is (19,27,2). Sum of RGB (Red+Green+Blue) = 19+27+2=48 (6% of max value = 765). Red value is 19 (7.81% from 255 or 39.58% from 48); Green value is 27 (10.94% from 255 or 56.25% from 48); Blue value is 2 (1.17% from 255 or 4.17% from 48); Max value from RGB is 27 - color contains mainly: green. Hex color #131B02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131B02 is #ECE4FD. Grayscale: #151515. Windows color (decimal): -15525118 or 138003. OLE color: 138003.

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

Color convert

RGB19272-
CMYK0.3000.930.89
HSL79.2º86.21%5.69%-
HSV(B)79.2º92.59%10.59%-
XYZ0.670.930.2-
YUV21.76116.85126.03-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 39.58%
GREEN value IS 27 (10.94% from 255) = 56.25%
BLUE value IS 2 (1.17% from 255) = 4.17%
R=39.58%
G=56.25%
B=4.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal192720.3000.930.8979.286.215.69
Hex131B21E05D594f566
Octal233323601351311171266
Binary1001111011101111001011101101100110011111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,27,2); }

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

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

 a { background-color: rgb(19,27,2); }

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

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

 span { border-color: rgb(19,27,2); }

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