#131C02

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

Shades of Pine Tree #131C02

Tints of Pine Tree #131C02

Color information

#131C02 (or 0x131C02) is unknown color: approx Pine Tree. HEX triplet: 13, 1C and 02. RGB value is (19,28,2). Sum of RGB (Red+Green+Blue) = 19+28+2=49 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38.78% from 49); Green value is 28 (11.33% from 255 or 57.14% from 49); Blue value is 2 (1.17% from 255 or 4.08% from 49); Max value from RGB is 28 - color contains mainly: green. Hex color #131C02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131C02 is #ECE3FD. Grayscale: #161616. Windows color (decimal): -15524862 or 138259. OLE color: 138259.

HSL color Cylindrical-coordinate representation of color #131C02: hue angle of 80.77º degrees, saturation: 0.87, 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 #131C02 is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.89.

Color convert

RGB19282-
CMYK0.3200.930.89
HSL80.77º86.67%5.88%-
HSV(B)80.77º92.86%10.98%-
XYZ0.690.970.21-
YUV22.35116.52125.61-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 38.78%
GREEN value IS 28 (11.33% from 255) = 57.14%
BLUE value IS 2 (1.17% from 255) = 4.08%
R=38.78%
G=57.14%
B=4.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal192820.3200.930.8980.7786.675.88
Hex131C22005D5951576
Octal233424001351311211276
Binary10011111001010000001011101101100110100011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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