#132902

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

Shades of Pine Tree #132902

Tints of Pine Tree #132902

Color information

#132902 (or 0x132902) is unknown color: approx Pine Tree. HEX triplet: 13, 29 and 02. RGB value is (19,41,2). Sum of RGB (Red+Green+Blue) = 19+41+2=62 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.65% from 62); Green value is 41 (16.41% from 255 or 66.13% from 62); Blue value is 2 (1.17% from 255 or 3.23% from 62); Max value from RGB is 41 - color contains mainly: green. Hex color #132902 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132902 is #ECD6FD. Grayscale: #1E1E1E. Windows color (decimal): -15521534 or 141587. OLE color: 141587.

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

Color convert

RGB19412-
CMYK0.5400.950.84
HSL93.85º90.7%8.43%-
HSV(B)93.85º95.12%16.08%-
XYZ1.071.730.33-
YUV29.98112.21120.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 30.65%
GREEN value IS 41 (16.41% from 255) = 66.13%
BLUE value IS 2 (1.17% from 255) = 3.23%
R=30.65%
G=66.13%
B=3.23%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal194120.5400.950.8493.8590.78.43
Hex132923605F545e5b8
Octal2351266013712413613310
Binary1001110100110110110010111111010100101111010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132902; }

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

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

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

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

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

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

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

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