#132800

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

Shades of Pine Tree #132800

Tints of Pine Tree #132800

Color information

#132800 (or 0x132800) is unknown color: approx Pine Tree. HEX triplet: 13, 28 and 00. RGB value is (19,40,0). Sum of RGB (Red+Green+Blue) = 19+40+0=59 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.20% from 59); Green value is 40 (16.02% from 255 or 67.80% from 59); Blue value is 0 (0.39% from 255 or 0% from 59); Max value from RGB is 40 - color contains mainly: green. Hex color #132800 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132800 is #ECD7FF. Grayscale: #1D1D1D. Windows color (decimal): -15521792 or 10259. OLE color: 10259.

HSL color Cylindrical-coordinate representation of color #132800: hue angle of 91.5º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #132800 is Cyan = 0.52, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.84.

Color convert

RGB19400-
CMYK0.52010.84
HSL91.5º100%7.84%-
HSV(B)91.5º100%15.69%-
XYZ1.031.660.27-
YUV29.16111.54120.75-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 32.20%
GREEN value IS 40 (16.02% from 255) = 67.80%
BLUE value IS 0 (0.39% from 255) = 0%
R=32.20%
G=67.80%
B=0%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal194000.52010.8491.51007.84
Hex1328034064545c648
Octal2350064014412413414410
Binary100111010000110100011001001010100101110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132800; }

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

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

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

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

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

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

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

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