#132A04

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

Shades of Pine Tree #132A04

Tints of Pine Tree #132A04

Color information

#132A04 (or 0x132A04) is unknown color: approx Pine Tree. HEX triplet: 13, 2A and 04. RGB value is (19,42,4). Sum of RGB (Red+Green+Blue) = 19+42+4=65 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.23% from 65); Green value is 42 (16.80% from 255 or 64.62% from 65); Blue value is 4 (1.95% from 255 or 6.15% from 65); Max value from RGB is 42 - color contains mainly: green. Hex color #132A04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132A04 is #ECD5FB. Grayscale: #1E1E1E. Windows color (decimal): -15521276 or 272915. OLE color: 272915.

HSL color Cylindrical-coordinate representation of color #132A04: hue angle of 96.32º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #132A04 is Cyan = 0.55, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.84.

Color convert

RGB19424-
CMYK0.5500.900.84
HSL96.32º82.61%9.02%-
HSV(B)96.32º90.48%16.47%-
XYZ1.121.80.4-
YUV30.79112.88119.59-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 29.23%
GREEN value IS 42 (16.80% from 255) = 64.62%
BLUE value IS 4 (1.95% from 255) = 6.15%
R=29.23%
G=64.62%
B=6.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal194240.5500.900.8496.3282.619.02
Hex132A43705A5460539
Octal2352467013212414012311
Binary10011101010100110111010110101010100110000010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132A04; }

 p { color: rgb(19,42,4); }

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

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

 a { background-color: rgb(19,42,4); }

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

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

 span { border-color: rgb(19,42,4); }

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