#132400

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

Shades of Pine Tree #132400

Tints of Pine Tree #132400

Color information

#132400 (or 0x132400) is unknown color: approx Pine Tree. HEX triplet: 13, 24 and 00. RGB value is (19,36,0). Sum of RGB (Red+Green+Blue) = 19+36+0=55 (7% of max value = 765). Red value is 19 (7.81% from 255 or 34.55% from 55); Green value is 36 (14.45% from 255 or 65.45% from 55); Blue value is 0 (0.39% from 255 or 0% from 55); Max value from RGB is 36 - color contains mainly: green. Hex color #132400 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132400 is #ECDBFF. Grayscale: #1A1A1A. Windows color (decimal): -15522816 or 9235. OLE color: 9235.

HSL color Cylindrical-coordinate representation of color #132400: hue angle of 88.33º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #132400 is Cyan = 0.47, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.86.

Color convert

RGB19360-
CMYK0.47010.86
HSL88.33º100%7.06%-
HSV(B)88.33º100%14.12%-
XYZ0.91.40.22-
YUV26.81112.87122.43-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 34.55%
GREEN value IS 36 (14.45% from 255) = 65.45%
BLUE value IS 0 (0.39% from 255) = 0%
R=34.55%
G=65.45%
B=0%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal193600.47010.8688.331007.06
Hex132402F0645658647
Octal234405701441261301447
Binary10011100100010111101100100101011010110001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132400; }

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

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

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

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

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

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

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

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