#131C01

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

Shades of Pine Tree #131C01

Tints of Pine Tree #131C01

Color information

#131C01 (or 0x131C01) is unknown color: approx Pine Tree. HEX triplet: 13, 1C and 01. RGB value is (19,28,1). Sum of RGB (Red+Green+Blue) = 19+28+1=48 (6% of max value = 765). Red value is 19 (7.81% from 255 or 39.58% from 48); Green value is 28 (11.33% from 255 or 58.33% from 48); Blue value is 1 (0.78% from 255 or 2.08% from 48); Max value from RGB is 28 - color contains mainly: green. Hex color #131C01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131C01 is #ECE3FE. Grayscale: #161616. Windows color (decimal): -15524863 or 72723. OLE color: 72723.

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

Color convert

RGB19281-
CMYK0.3200.960.89
HSL80º93.1%5.69%-
HSV(B)80º96.43%10.98%-
XYZ0.690.970.18-
YUV22.23116.02125.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 39.58%
GREEN value IS 28 (11.33% from 255) = 58.33%
BLUE value IS 1 (0.78% from 255) = 2.08%
R=39.58%
G=58.33%
B=2.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal192810.3200.960.898093.15.69
Hex131C12006059505d6
Octal233414001401311201356
Binary1001111100110000001100000101100110100001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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