#132E00

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

Shades of Pine Tree #132E00

Tints of Pine Tree #132E00

Color information

#132E00 (or 0x132E00) is unknown color: approx Pine Tree. HEX triplet: 13, 2E and 00. RGB value is (19,46,0). Sum of RGB (Red+Green+Blue) = 19+46+0=65 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.23% from 65); Green value is 46 (18.36% from 255 or 70.77% from 65); Blue value is 0 (0.39% from 255 or 0% from 65); Max value from RGB is 46 - color contains mainly: green. Hex color #132E00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132E00 is #ECD1FF. Grayscale: #202020. Windows color (decimal): -15520256 or 11795. OLE color: 11795.

HSL color Cylindrical-coordinate representation of color #132E00: hue angle of 95.22º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #132E00 is Cyan = 0.59, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.82.

Color convert

RGB19460-
CMYK0.59010.82
HSL95.22º100%9.02%-
HSV(B)95.22º100%18.04%-
XYZ1.252.090.34-
YUV32.68109.55118.24-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 29.23%
GREEN value IS 46 (18.36% from 255) = 70.77%
BLUE value IS 0 (0.39% from 255) = 0%
R=29.23%
G=70.77%
B=0%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal194600.59010.8295.221009.02
Hex132E03B064525f649
Octal2356073014412213714411
Binary100111011100111011011001001010010101111111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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