#131C03

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

Shades of Pine Tree #131C03

Tints of Pine Tree #131C03

Color information

#131C03 (or 0x131C03) is unknown color: approx Pine Tree. HEX triplet: 13, 1C and 03. RGB value is (19,28,3). Sum of RGB (Red+Green+Blue) = 19+28+3=50 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38% from 50); Green value is 28 (11.33% from 255 or 56% from 50); Blue value is 3 (1.56% from 255 or 6% from 50); Max value from RGB is 28 - color contains mainly: green. Hex color #131C03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131C03 is #ECE3FC. Grayscale: #161616. Windows color (decimal): -15524861 or 203795. OLE color: 203795.

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

Color convert

RGB19283-
CMYK0.3200.890.89
HSL81.6º80.65%6.08%-
HSV(B)81.6º89.29%10.98%-
XYZ0.70.980.24-
YUV22.46117.02125.53-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 38%
GREEN value IS 28 (11.33% from 255) = 56%
BLUE value IS 3 (1.56% from 255) = 6%
R=38%
G=56%
B=6%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal192830.3200.890.8981.680.656.08
Hex131C3200595952516
Octal233434001311311221216
Binary10011111001110000001011001101100110100101010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,28,3); }

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

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

 a { background-color: rgb(19,28,3); }

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

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

 span { border-color: rgb(19,28,3); }

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